/* CSS Styles */
*{
    font-family: sans-serif;
}
body {
    background-color:#98c6f3;
}
h1{
    font-size: 2.5rem;
    color: dimgray;
}
h2{
    font-size: 2rem;
    color: dimgray;
}
p, ul, ol{
    font-size: 1rem;
    color: dimgray;
}