* {
    scroll-behavior: smooth;
}



body {
    background: url(../img/1x/bg003.png);
    background-size: cover;
    overflow-x: hidden;
}

.glass {
    background: rgba(255,255,255, 0.5);
    box-shadow: 0px 0px 5px #333;
}