body {
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
  
.container {
    background-color: #F7EDE2;
    padding: 40px;
    text-align: center;
    max-width: fit-content;
}
h1 {
    font-family: "DM Serif Display", serif;
    font-size: 75px;
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    color: #730714;
}
h2 {
    font-family: "DM Serif Display", serif;
    font-style: italic;
    font-size: 32px;
    font-weight: 400;
    margin: 30px;
    margin-top: -10px;
    color: #730714;
}
p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #730714;
    max-width: 700px;
}
a {
    font-style: italic; 
    font-weight: bold;
    color: #730714;
}