body {
  background: #b1cab7;
  text-align: center;
}
p {
  color: black;
  text-align: center;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #839c89;
  text-align:center;
  font-size: 36px;
}
h2{
  text-align: center;
  font-size: 30px;
}
img{
  width: 400px;
}


