body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #FAFAFA;
    color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container {
    padding: 2rem;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    margin: 0;
    text-transform: uppercase;
    color: #555555;
}

.divider {
    width: 60px;
    height: 1px;
    background-color: #AAAAAA;
    margin: 2rem auto;
}

@media (max-width: 600px) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 1rem;
    }
}
