h1{
    font-family: "Sovana", serif;
    font-size: 40pt;
    color: rgb(252, 133, 35);
}
h3{
    font-family: "Sovana", serif;
    font-size: 35pt;
    color: rgb(252, 133, 35);
}
h1,h3{
    line-height: 20pt;
}
h2{
    font-family: "Sovana", serif;
    font-size: 30pt;
    color: rgb(255, 55, 41);
}
a{
    font-family: sans-serif;
    font-size: 15pt; 
    color:rgb(255, 166, 0);
}
a, a:visited, a:link, a:active
{
    color: rgb(255, 166, 0);
    text-decoration: none;
} 
body{
    background-color:rgb(245, 242, 210);
    margin-left: 30px;
}
li{
    color:rgb(255, 166, 0);
}
hr{
    color: rgb(255, 55, 41);
}
details{
    font-family: sans-serif;
    font-size: 15pt; 
    color:rgb(255, 166, 0);
}
@media screen and (max-width: 480px) {
    h1{
        font-size: 20pt;
    }
    h1, h3{
        line-height: 30pt;
    }
}