body {
    background-color: #d0e2ec;
    font-family: sans-serif;
}
#wrapper {
    max-width: 900px;
    min-width: 300px;
    margin: 20px auto;
    height: 100%;
}
#container {
    background-color: #ffffff; 
    padding: 25px; 
    margin: 2.5px auto; 
    border: 2.5px solid #c9c9c9;
}
img {
    border: none;
}
#footer {
    text-align: center;
    font-size: 10px;
    font-style: italic;
}
#logo {
    max-width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}