body {
  background: #bfbcc5;
}
p {
  color: #3f3b49;
  text-align: center;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  color: black;
  text-align: center;
  font-size: 36px;
}
h3{
  color: #15257343;
  text-align: center;
  font-size: 28px;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}