#Header {
background-color:#7157dd;
position:absolute;
top:0px;
left:0px;
width:100%;
padding-top:24px;
}

#content {
position: relative;
top:13em;
padding: 1em;
padding-left:0.75em;
}

#Header ul {
display: flex;
list-style-type:none;
list-style-position: inside;
font-size: 20px;
position: relative;
background-color:black;
bottom: -20px;
}

#Header img {
padding-left: 1.5em;
}

li {
border: 1px solid black;
background-color:white;
padding-left:12px;
padding-right:12px;
padding-top:6px;
padding-bottom:3px;
}

.fancy {
background-color: #7157dd;
}

a {
color:black;
text-decoration:none;
}

h1 {color:white;}