* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    color:#ff2e93;
    background-color:#000;
}

#OuterWrapper {
    margin: 30px auto;
    width: 1200px;
    
}

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

h1 {
    font-size: 4em;   
}

h1, h2, h3 {
    font-family: 'Slabo 27px', serif;
    font-weight: 400;   
}

h2{
    padding-bottom: 20px;
    
}

#MainNav {
    font-size:1.5em;
    font-family: 'Slabo 27px', serif;
    font-weight:400;
}

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

#MainNav li{
    display: inline-block;
    padding: 15px;   
}

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

#MainNav a:hover, a:active {
    color:deeppink;
    text-decoration
    
}

main {
    text-align: center;
    
}

p{
    text-align: left;
    line-height: 1.75;
    margin: 0 30px;
    
}

img {
    margin-bottom: 20px;
    
}

footer {
    font-family: "Times New Roman", Times, serif;
    font-size: .875;
    padding: 20px;
    position:  fixed;
    bottom: 0;
    width: 100%;
}

