*{
    color: #011868;
    font-family: 'BenchNine', sans-serif;
    margin: 0;
    padding: 0;
}
a{
    color: #507ac9;
    font-size: 1.1em;
    font-weight: bold;
}
a:hover{
    color: #2d1fdc;
}
#wrapper{
    margin: 0 auto;
    width: 100%;
}
#logo-header{
    border-bottom: 5px solid #011868;
    box-shadow: 0 3px 3px #820e9f;
    height: 250px;
    margin-top: -50px;
    width: 100%;
}
.header-img{
    height: 300px;
}
#navigation{
    color: #2d1fdc;
    margin: 0 auto;
    text-align: center;
}
#navigation h1{
    font-size: 2em;
}
#nav-aside{
    position: relative;
    top: 50px;
    left: 0px;
    width: 300px;
}
#footer{
    position: relative;
    bottom: 0;
    width: 100%;
}
#footer-info{
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 250px;
}
.button{
    background-color: #011868;
    border: none;
    border-radius: 10px;
    color: #52c1ee;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 5px;
    padding: 5px;
    width: 200px;
}
.button:hover{
    background-color: #820e9f;
    box-shadow: 3px 3px 2px #011868;
    color: #52c1ee;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    width: 200px;
}