body{
   font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin:50px;
  background-color: #FFEEDB;
  color: #4A4A4A;
}
h1{
    color:#BA3B46;
  font-size: 100px;
    text-align: center;
}

div{
 background-color: white;
 margin: 20px;
 border-radius: 25px;
 padding: 10px;
}