body {
  background-color : #b3620c
}
h1 {
  color: white;
    font-family: 'Koulen',cursive;
  font-weight: 500; 
  text-decoration: underline black;
    text-align: center;
}
strong
{
  font-family: 'Koulen', cursive;
} 
div {
  background-color: blue;
    color: white;
      width:100 px;
  border: dotted #14c929;
  padding: 10px 16px  10px 16 px
}

  
  
  