* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color:black;
}

header {
    top: 0px;
    z-index: 1;
    position: fixed;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

footer {
    z-index: 1;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

p {
    font-family: 'Times New Roman', Times, serif; font-size: 1.5vw; margin-left:1em; margin-right: 1em;
}

ul{
    margin-top: 0.5em; margin-bottom: 0.5em;
}

li {
    font-family: 'Times New Roman', Times, serif; font-size: 1.25vw; margin-left:1em; margin-right: 1em; 
}