

body {
  color: #E7D7C1;
  background-color: #BF4342;
  font-size: 1.6em;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;  
}
h1{font-size: 1.6em;}
h2{font-size: 1.2em;}

h3 { font-size: 1em;}
.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-top: 200px;
  }

  .row { display: flex;}

.text-white { color: #ffffff;}
.text-maroon{color: #8C1C13;}