html, body { 
    background-color: #ECE2D8;
}

body {
    font-family: "Foco";
    min-height: 100vh;
    text-align: center;
}


h1 {
    color: #000;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
}

a {
    text-decoration: none;
}

a, p {
    color: #A61924; 
    font-size: 24px;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 400;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    /* quick way to make content centering consistent */
    min-height: calc(100vh - 160px);
    padding: 80px
}

.logo {
    width: 439px;
    height: 173px;
    flex-shrink: 0;
}

.container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 80px;
    gap: 40px;
}
