body {
    background: url(../img/bg-gaulix.png);
    background-size: contain;
    min-height: 100vh;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 600px;
    min-height: 100vh;
    height: 100vh;
    margin: 0 auto;
    background: #FFF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container img {
    width: 80%;
}

p {
    font-family: 'Solway', cursive, Georgia, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #2FA2A1;
    text-align: center;
}

.button {
    text-decoration: none;
    font-family: 'Nunito Sans', Arial, sans-serif;
    background-color: #2FA2A1;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}