body {
    background:paleturquoise;
    text-align:center;
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;	
  font-size:14px;
    margin: 50px;
}
h1 {
    color:darkblue;
    font-size:72px; 
     font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
	font-size:62px;
}

 h3 {
    color:darkcyan;
    font-size:50;  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
	font-size:50;
}
button {
    padding:3px;
    background: #5B8FB9;
    border: 2px solid #301E67;
    box-shadow: 2px 2px;
    border-radius: 4px;
    margin: 10px;

}