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

    font-family: Roboto;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 100%;
}

.container img {
    width: 50%;
    max-width: 300px;
}

.container p, .container a {
    text-align: center;
    font-size: 1.5rem;
    color: #470037;
    margin-bottom: 0;
}

.container .description {
    text-align: center;
    margin-top: 10px;
}

.container .description p, .container .description a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1rem;
    font-weight: lighter;
    margin-top: 5px;
}