﻿body {
    font-family: 'Roboto Slab', serif;
}

html, body, h1, p, a, small {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background-color: #B7BAC1;
    display: flex;
    justify-content: center;
    align-items: center;
}

div {
    background-color: #687083;
    padding: 3rem;
    box-shadow: #333 5px 5px 10px;
}

h1, a, p {
    color: #E9E4C8;
    text-decoration: none;
}

p, small {
    margin-top: 3rem;
}

a:hover, a:active {
    color: #C4BC96;
}

small {
    font-size: 0.6rem;
    display: block;
    color: #E9E4C8;
}