/*
    Drew Hengehold
    Last Modified: 7 March 2025
*/

h1{
    color: blue;
    background-color: hsla(1, 100%, 50%, 0.262);
}

h2, h3, h4{
    color: #ffa500;
    background-color: rgb(0, 0, 0);
}

.caveat, .syntax_related{
    color:rgba(84, 228, 71, 0.5);
}

#color_options{
    text-align: center;
}

p{
    font-size: 1em;
    text-decoration: underline;
}

ol{
    font-style: italic;
}