html {
    scroll-behavior: smooth;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}


@media (min-width:992px) {
    .asd{
    display: flex;
    justify-content: center;
    }
}

.button-menu {
    background-color: #fff;
    overflow-x: scroll;
    display: none;
    font-style: normal !important;
}

.button-menu-item {
    width: 600px;
}

.button-menu-item div {
    float: left;
    text-align: center;
    font-style: normal !important;
}

.button-menu-item a {
    float: left;
    text-align: center;
    font-style: normal !important;
}

@media (max-width:992px) {
    body{
    overflow:hidden;
    }
}

.mute {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background-color: #26a9e0;
    color: #fff;
}

@media (min-width: 992px) {
    .mute {
    bottom: 110px;
    }
}

.bg-new {
    background-image: url(../img/Pink\ Minimalist\ Happy\ Birthday\ Card\ \(1\).png);
    background-size: cover;
}

.bg-sky {
    background-image: url(../img/pexels-magda-ehlers-636353\ \(1\)\ \(1\).jpg);
    background-size: cover;
}

.bg-ski {
    background-image: url(../img/pexels-magda-ehlers-636353\ \(1\).jpg);
    background-size: cover;
}

.text-gray {
    color: #6c757d !important;
}