body {
  background: #684656;
  
}
p {
  color: black;
  font-size: 20px;
  text-align: center;

  font-weight: bold;
}
h1 {
  color: black;
  font-size: 36px;
  text-align: center;
}

img {
  display: block;
  margin: auto;
  width: 50%;
}

h2{
  color: black;
  font-size: 30px;
  text-align: center;

}
