* {
    margin: 0;
    padding: 0;
}

body {
font-family: 'Press Start 2P', cursive;

}    font-size; 100%; 
    color: #000;
    background-color: white; 
}
#OuterWrapper {
    margin:  20px auto; 
    width: 1200px;
}

header {
    width: 100%;
    height: 150px; 
    text-align: center;
    text-align: 
}

    h1, h2, h3, {
font-family: 'Press Start 2P', cursive;
        font-weight: 400;
}

h1{ 
     font-size: 4em;
    }


aside{
    top: 150px;
    width: 200px;
    margin: 20px;
    height: 100%;
    position: fixed;
    overflow: auto;
    
    
}
    main { 
    text-align: center;
    
    
    }


/*This styles your writing*/
p {
 
    text-align: center;
    margin-left: 200px;
    margin-right: 200px;
    
}
p.a {
    
    text-align: center;
    margin-left: 200px;
    margin-right: 200px;
    font-size: 1.2em;
}

    #MainNav  {
        font-size: 1.5em;
font-family: 'Press Start 2P', cursive;
    }

    #MainNav  ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
}

    #MainNav li{
        display: inline;
        padding-right: 20px;

}
    
    #MainNav a{
        color: skyblue;
        text-decoration: none;
}

    #MainNav a:link, a:visited {
        color: skyblue;
        text-decoration: none;
        
    }

    #MainNav a:hover, a:active{
        color: aqua;
        text-decoration: underline; 
    }
    
    
footer {
    font-family: "Times New Roman", Times, serif;
    font-size: .5;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%
        
}    

 #HomeNav  {
        font-size: 1.5em;
font-family: 'Press Start 2P', cursive;

    }

    #HomeNav  ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
}

    #HomeNav li{
        display: inline;
        padding-right: 20px;

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

    #HomeNav a:link, a:visited {
        color: skyblue;
        text-decoration: none;}

#HomeNav a:hover, a:active{
        color: greenyellow;
        text-decoration: underline; 
    }
        
 
/*this is where you style the footer*/
#SubNav {
    font-size: 1.5em;
font-family: 'Press Start 2P', cursive;
}

#SubNav  ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
}
#SubNav li{
    display:block;
    padding-bottom: 20px;
    
}

#SubNav a:link, a:visited {
        color: black;
        text-decoration: none;
        
    }

#SubNav a:hover, a:active{
        color: greenyellow;
        text-decoration: underline; 
    }
    
    
