#main_wrapper
{
    width: 80%;
    margin: auto;
}

body
{
    background-color: gray;
}

h1
{
    font-size: 3em;
}

h3
{
    font-size: 1.5em;
}

header
{
    display: block;
    color: black;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 25%;
}

#logo
{
    text-align: right;
    border: solid;
    border-color: black;
    border-radius: 10px;
    position: absolute;
    top: 15%;
    right: 20%;
}

