
body {
  background-color: lightblue;
  text-align: center;
  
  h1 {text-decoration: underline ;
   font-family: "Roboto", sans-serif;} 
  h2 {text-decoration: underline ;
   font-family: "Roboto", sans-serif;} 

div {
  color: orange;
  width: 500px;
  border: 5px solid black;
  padding: 10px 50px;
  margin: 25px 200px;
  text-align: center;
  background-color: green;
  
}