body {
  background: #000000;
}
p {
  color: azure;
  text-align: center;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  font-size: 36px;
  color:#d7faea;
  text-align: center;
}


}
p {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: aqua;

}

h2 {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: #508d8d;



}
img {
  display: block;
  margin: auto;
  width: 50%;
  border-radius: 8px;
}