
body {
 background: rgba(151, 165, 231, 0.79);
}
p {
  color: black;
  text-align: center;
  font-size: 20px;
}
h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
h2 {
  font-size: 27px;
  color: black;
  text-align: center;
}

  img {
    width: 50%;

    border-radius:15px;

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

  