body {
    background-image: url('../img/01.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
}


.menu {
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0px auto;
    max-width: 810px;

    border: 0px solid rgba(255, 255, 255, 0.6);
    border-radius: 6px;

    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);

    overflow-x: auto;
    white-space: nowrap;
}

.menu a {
    padding: 12px 12px;

    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;

    font-size: 12px;
    color: white;

    border-right: 1px solid rgba(255, 255, 255, 0.4);

    transition: background 0.3s ease, color 0.3s ease;
}

.menu a:last-child {
    border-right: none;
}

.menu a:hover {
    background: rgba(255, 255, 255, 0.15);
}

.logoSanat {
    text-align: center;
    margin: 30px;
}
