html, body {
    height: 100%;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

.logo {
    position: absolute;
    padding: 2%;
    top: 20px;
    left: 20px;
    max-width: 380px;
    width: 100%;
    height: auto;
}

main {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: xx-large;
}