.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}







section {
  background-color:#664CAD     ;
  color: black;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 7px solid #000000;
}

Body{
  background-color:#513798
}
h1 {
   text-decoration: underline;
}