/* Импорт шрифтов */
@import url("/fonts/timesnewroman.css");

/* Основное окно стили элементов */

.tech_head {
    display: block;
    position: relative;
    top: 0;
    font-family: "Times New Roman";
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: black;
    margin-left: auto;
    margin-right: auto;   
}

.tech_menu {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    font-family: "Arial";
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    color: black;
    text-align: left;
    vertical-align: bottom;
    bottom: 0;
    margin-left: 0;
/*    width: 180px; */
}

