html, body {
    height: 98vh;
    background-color: #EFF0EB;
    font-family: 'Roboto', sans-serif;
}

.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;    
}

.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 4em;

}

.title:not(.is-spaced)+.subtitle {
    margin-top: 0;
}

.subtitle {
    font-size: 1.6em;
    color: #777;
}

.resume {
    color: #555;
    margin-bottom: 8px;
}

.resume-btn {
    margin-top: 30px;
    width: 150px;
}