* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FAF4EA;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

section {
    text-align: center;
}

h1 {
    font-size: 4em;
    color: #B91702;
    font-family: 'Playfair Display', serif;
}

h2 {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    color: rgb(81, 81, 91);
    margin-top: 8px;
    margin-inline: 10px;
}

span {
    color: rgb(134, 134, 134);
    font-weight: 400;
}

@media (max-width: 600px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 1.3em;
    }
}
