:root {
  --serif: "Lora", serif;
  --sans: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;  
}

body 
{
     font-family: var(--sans); 
     font-weight: 400;
     /*background-color: #ded4ce;*/
     /*background-color: #7f1834;*/
     background-color: #526F6A;
     /*background-color: #0c2424;*/
     /*background-color: #86b5d8;*/
    
     color: white;
     text-align: center;
     margin: 40px 20px;
}

h2
{
    font-family: var(--sans);  
    font-size: 2.5em;
    font-weight:700;
    margin: 30px 0;
}

h3
{
    font-family: var(--sans);  
    font-size: 1.5em;
    font-weight:600;
    margin: 20px 0;
}

.logo  
{
    width:400px;
    height:auto;
}

p { font-family: var(--serif); }