body {
    font-family: Roboto, serif;
    min-height: 100vh;
    min-width: 100vw;

    margin: 0;

    background: #ffffff;
}

.container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 100vh;
    min-width: 100vw;
}

.author {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;

    font-size: 80px;
    font-weight: 300;

    width: 100%;
}

.vocation {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;

    font-size: 30px;
    font-weight: 200;
    line-height: 3rem;

    width: 100%;
}
