html, body {
    height: 100%;
}

.background {
    background-color: #0c0c0e;
}

.title {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin: 0pt;
    text-align: center;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 44pt;
    color: slategrey;
}
