body {
    background-color: #FFFFFF;
    height: 100%;
    color: ##333333;
    font-family: Roboto;
}
a, h1{
    color: #e03288;
}
#wrapper {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    background-color: #FFFFFF;
    padding: 35px;
    border: 1px solid #e03288;
    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: 850px;
}
h1, h2 {
    text-align: left;
}
h1 {
        text-align: center;
        font-size: 26px;
}
h2 {
    color: #878787;
}

div{
    display: block;
}
#logo{
    width: 290px;
    height: 117px;
}
.information {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.information td{
    padding-left: 5px;
    padding-right: 5px;
}

