body{
    margin: 0;
    padding: 0;
}
header {
    display: flex;
   justify-content: space-around;
    align-items: center;
    height: 50px;
    gap: 10px;
    background-color: white;
    
}
.center{
    display: flex;
    gap: 10px;
}
.start{
    display: flex;
}
.end{
    display: flex;
    gap: 10px;
}
/* Стили для кнопок header */
.header-button {
    font-family: algerian;
    font-size: 15px;
    color: black;
    margin: 0;
    padding: 12px 30px;
    background: white;
    border: 2px solid black;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    line-height: 1.3;
}

.header-button:hover {
    background: black;
    color: white;
}
a{
    font-family: algerian;
    text-decoration: none;
    color: black;
     margin: 0;
    padding: 0;
}
p{
     font-family: algerian;
      color: black;
       margin: 0;
    padding: 0;
}
h3{
     font-family: algerian;
      color: black;
}

footer{
    display: flex;
    justify-content: space-around;
    height: 50px;
    background-color: white;
}
.column{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

