body{
    font-family: 'Genos', sans-serif;
    background-color: rgb(30, 30, 30);
    color: white;
    text-align: center;
    margin:0;
}
h1{
   color: tomato;
}

u{
    background-color: orange;
color: blue;
font-size: 50px;
}
u:hover {
    
    cursor: pointer;
}
h3{
    margin-top: 50px;
}
h4{
    margin-top: 100px;}