/* Базовые стили */
.hat{
position: relative;
width: 100%;
height: auto;
min-height: 120px;
background-color: #1f1f1f;
padding: 15px 20px;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
}
.hat img{
width: 70px;
height: 50px;
}
nav{
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
}
a{
margin:20px;
font-family: Trebuchet MS;
font-size: 100%;
color: white;
}