
body{
    background-color: #98faff;
    padding: 300px;
    display:flexbox;
    justify-content: center;
    text-align: center;
    font-size: xx-large
}

p{
 margin:50px;
font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1,h2,h3{
    font-family: "Coiny", system-ui;
  font-weight: 400;
  font-style: normal;
}
