html {
    scroll-behavior: smooth;
}
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar {height: 0;}
::-webkit-scrollbar-track {background-color: transparent}
::-webkit-scrollbar-thumb {background: white;}

body{
    background-color: black;
    color: white;
    font-family: "Urbanist";
    margin: 0;
    letter-spacing: -0.1pt;
}



/*--------------*/


.Div-L1{
    height: 100vh;
    width: 100vw;
}
#Div-L1-1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
#backgroundD1{
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-image: url(img/HOME-img02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    opacity: 25%;
    filter: saturate(0);
    transform: scaleX(-1);
}
#Div1-1{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 600pt;
    margin: auto;
}
#Div1-1 h1{
    text-align: center;
    font-size: 45pt;
    font-weight: 800;
    line-height: 45pt;
    width: 400pt;
}
#Div1-1 p{
    text-align: center;
    font-size: 14pt;
    font-weight: 500;
    line-height: 16pt;
}p a{
    font-weight: 700;
    text-decoration: none;
    color: #6254FF;
}

@media (max-width: 480px) {
    #Div1-1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
}
#Div1-1 h1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 45pt;
    font-weight: 800;
    line-height: 45pt;
    width: 90%;
}
    #Div1-1 p{
        width: 90%;
        
    }

}

