@charset "UTF-8";

body {
    background-color: #379dde;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: white;
}

a {
    color: #F0F0F0;
}

#main {
    position: absolute;
    top: 50%;
    bottom: 50%;
    width: 100%;
}

#main .title {
    text-align: center;
    font-size: 4em;
}

footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 25px;
    text-align: center;
}
