body{
    background-color: rgb(247, 235, 160);
    font-family: "Quintessential", serif;
}

h1{
    margin: auto;
    text-align: center;
    font-size: 5rem;
    margin-bottom: 60px;
}

.quote_list{
    text-align: center;
    margin: auto;
    width: 750px;
    font-size: 1.25rem;
}

/*hr{
    border-color: black;
}*/
hr {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

