body {
    background-color: #fafafa;
    background-image: url("img/background.png");
    height: 100%;
    color: #878787;
    font-family: Roboto;
}

a, h1{
    color: #0069a5;
}

#wrapper {
    width:650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    background-color: #FFFFFF;
    padding: 35px;
    border: 1px solid #0069a5;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #999999;
        text-align: center;
            }
            
#text {
    text-align: left;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 650px;
}

h1, h2 {
    text-align: left;
}

h2 {
    
    color: #878787;
}

div{
    display: block;
}
#logo{
    width: 532px;
    height: 64px;
}
.information {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.information td{
    padding-left: 5px;
    padding-right: 5px;
}
#footer {
    text-align: right;
    margin-bottom: 0px;
}
.footer {
    margin-top: 25px;
    text-align: right;
}