body
{
    background-color: cornsilk;
}

hr
{
    border: 1px solid orangered;
    width: 80%;
    margin-bottom: 2rem;
}

main
{
    margin-left: 15%;
}

h1, h2
{
    text-align: center;
}

h1
{
    /* text-decoration: orangered underline; */
    font-size: 4.5rem;
}

h3
{
    font-size: 1.5rem;
}

a
{
    color: black;
    font-weight: 600;
    text-decoration: gray underline dotted;
    line-height: 1.5;
    font-size: 1.25rem;
}

a:hover
{
    color: darkblue;
    font-weight: 900;
    text-decoration: underline;
}


p
{
    margin-bottom: 1.5rem;
    margin-left: 1rem;
}