body {
  background: rgba(76, 201, 235, 0.8);
  text-align: center; /* Centering text */
}
p {
  color: rgba(6, 6, 6, 0.8);
  font-size: 20px; /* Set paragraph font size to 20px */
}
a:hover {
  color: rgba(240, 0, 157, 0.97); /* Change color on hover */
}
p {
  color: rgb(144, 21, 206);
  font-size: 20px; /* Set paragraph font size to 20px */
}

h1 {
  font-weight: bold;
  font-size: 36px; /* Set header 1 font size to 36px */
}

h2 {
  font-size: 30px; /* Set header 2 font size to 30px */
}

img {
  border: 5px solid rgba(21, 27, 133, 0.78);
  display: block; /* Ensures the image is treated as a block element */
  margin: 0 auto; /* Centers the image */
}