body{
    background:linear-gradient(black 30%,rgb(131, 3, 3));
    
    min-height:200vh;
    padding-left:0px;
    padding-left:0px;
    overflow-y:scroll;
}
body::-webkit-scrollbar{
    display:none;
}
p{
    color: white;
    font-family:Robot,Arial;
    text-align:center;

}
h1{
    color: white;
    font-family:Robot,Arial;
    
}
h2{
    color: white;
    font-family:Robot,Arial;
    text-align:center;
    
}
h3{
    color: white;
    font-family:Robot,Arial;
    text-align:center;
    
}
button{
    color: white;
    font-family:Robot,Arial;
    
}
li{
    color: white;
    font-family:Robot,Arial;
    
}

html{
    scroll-behavior:smooth;
}