header{
    text-align: center;
}
body{
    background-color: bisque;
}
h1{
    color: goldenrod;
    display: flex 3px center;
    font-size: 90px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 8px;
    margin: 35px;
    text-align: center;
}
hr{
    border-width: 6px;
}
h2{
    color: goldenrod;
    display: flex 3px left;
    font-size: 35px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: underline;
    margin: 115px auto 25px auto; 
    text-align: center;   
}
h3{
    color: rgba(92, 90, 90, 0.623);
    display: flex 3px center;
    font-size: 35px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: underline;
    margin: 25px;
    text-align: center;
}
h4{
    color: goldenrod;
    display: flex 3px left;
    font-size: 35px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
}
p{
    color: black;
    display: flex 3px center;
    font-size: 28px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}
li{
    color: black;
    font-size: 28px;
    font-family: 'Courier New', Courier, monospace;
    justify-content: center;
    display: flex;
    text-align: center;
    margin: auto 24px auto 24px;
}
code{
    color: black;
    font-size: 28px;
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    text-align: center;
    margin: auto 24px auto 24px;
}
ul{
    color: black;
    font-size: 28px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;    
}
ol{
    color: black;
    font-size: 28px;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}