style.css 

@font-face {
    font-family: 'GaramondClassico';
    src: url('GaramondClassicoSC.otf') format('opentype'); 
    font-weight: 400;
    font-style: normal;
}


body {
    background-color: #FCF4EB; 
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: 'GaramondClassico', serif; 
    color: #131312; 
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

h1 {
    margin-top: -100px;
    margin-bottom: -5px;
    font-variant: small-caps; 
    font-weight: 600;
    font-size: 3rem;
}

p {
    font-variant: small-caps;
    font-size: 24
}
