html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    color: #fff;
}
a{
    text-decoration: none;
    color: #fff;
}
h1{
    font-size: 40px !important;
}
h2{
    font-size: 20px !important;
}
p{
    font-size: 20px !important;
    font-weight: 600;
}