h1 {
    text-align: center;
}

header {
    text-align: center;
    align-items: center;
    align-content: center;
    background-color: grey;
    position: relative;
}

#div1 {
    border-style: double;
    border-width: 1px;
    border-radius: 5%;
    display: inline-block;
    position: relative;
    align-items: center;
    padding: 5%;
}

footer {
    align-items: center;
    align-content: center;
    display: block;
    position: relative;
    border: 0cap;
    background-color: gray;
    color: white;
    text-align: center;
}

#ul-ol {
    text-align: right;
    background-color: rgb(196, 231, 231);
    font-size: 18px;
    font-weight: 200;
    padding: 2%;
}

ol {
    list-style-type: upper-roman;
}

ul {
    list-style-type: square;
}

p {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
}

.button {
    color: black;
    background-color: white;
    display: inline;
    position: relative;
    border-style: solid;
    border-color: rgb(92, 81, 81);
    border-width: 3px;
    border-radius: 15%;
    margin: 12px;
    padding: 3%;
    transition-property: inherit;
    transition-duration: 3s;
    text-shadow: 5px;
    box-shadow: 5px;
    float: initial;
}

.sidenav {
    height: 100%;
    width: 160px;
    position: fixed;
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    overflow-x: hidden;
    padding-top: 20px;
    align-items: center;
    text-align: center;
}

body {
    padding-left: 75px;
    margin-left: 75px;
    margin-top: 0%;
    margin-bottom: 15px;
    padding-bottom: 15px;
}