html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Lato', sans-serif;
    color: #FFF;
    background-color: #00233d;
}

#main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    align-content: center;
}

#main>* {
    flex: 1 0 100%;
}

#details {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 20px;
    text-align: left;
}

#details a {
    display: block;
    font-size: 12px !important;
}

h1 {
    font-size: 50px;
    font-weight: lighter;
}

P {
    font-weight: lighter;
}
