body {
    background-color: skyblue;
}

.info {
    border: 2px solid black;
    padding:1em;
    font-weight: bold;
    color:white;
    text-align: center;
    font-size: 2em;
    width: 10em;
    margin: 5em auto 1em auto;
}

.location {
    text-align: center;
}

.location img {
    width: 4em;
}

html, body {
    height: 100%;
    margin: 0;
}
.content {
    min-height: 100%;
}
.content-inside {
    padding: 20px 20px 50px;
}
footer {
    height: 30px;
    margin-top: -30px;
    text-align: center;
    font-size: 0.8em;
}

footer a
{
    color: #777;
    text-decoration: none;
}

footer a:hover
{
    color: #333;
}
