html,
body {
    width: 100%;
    height: 100%;
}

#top img {
    width: 100px;
    height: auto;
}

.alerts,
#top {
    text-align: center;
    color: #00A5E7;
}

.alerts {
    margin-bottom: 30px;
}

h1 {
    text-align: center;
}

#bottom {
    background-color: #00A5E7;
    padding: 10px;
    color: #ffffff;
    text-align: center;
}

#bottom a {
    color: #ffffff;
    text-decoration: none;
}

p {
    margin: 0 3px;
}

.alerts img {
    max-height: 200px;
    width: auto;
}