body {
  background: rgba(89, 151, 243, 0.65)
}
p {
  color: azure;
  font-family: cursive
}
h1 {
  color: azure;
  font-weight: bold;
  font-family: cursive;
  text-align: center;
}
img{
  width: 250px;
  float: Bottom;
  border-style: ridge;
  border-width: 10px;
  border-color: rgb(225, 255, 255)
}
a{
  font-family: cursive;
  color: azure;
  font-size: 25px;
  border-style: ridge;
  border-color: rgba(0, 101, 251, 0.65);
  border-width: thick;
  }

h2 {
  color: azure;
  font-weight: bold;
  font-family: cursive;
  text-align: justify;
}

h3 {
  color: azure;
  font-weight: bold;
  font-family: cursive;
  text-align: inherit
}