body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f0f0f0;
    flex-direction: column;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-button {
    margin: 10px 0;
}

.social-button img {
    max-width: 400px;
    height: auto;
    display: block;
}

.social-button:hover img {
    opacity: 0.8;
}

.work-hours {
    font-size: 1.2em;
    margin: 20px 0;
    font-family: sans-serif;
    text-align: center; /* Выравниваем текст по центру */
    padding: 10px; /* Добавляем внутренний отступ */
}

.work-hours p {
    margin: 5px 0; /* Добавляем отступы между строками */
}