body{
background-color: white;
font-family:EB Garamond;  
}

header{
position: fixed;
background-color: black;
top:0px;
right:0px;
left:0px;   
}

footer{
position:fixed;
    background-color:black;
    bottom:0px;
    left:0px;
    right:0px;
}

nav{
position:fixed;
    color:black;
    top:5px;
    right:3px;
    padding:2px;
}

h1 {
text-align: center;
    color: white;
}

p{
 top:200px;
 left:10px;
 right:10px;
}

img{
width: 40%;
height:30%;
}

h2{
top:170px;
left:10px;
right:10px;
}
a{color: white;}

aside{
    width:100%;
    float:left;
    padding:100px 0px 0px 40px;}

