body {
  background: rgba(135, 236, 238, 0.45);
  text-align: center;
}

p {
  color:cadetblue;
  font-size: 23px;
}
h1 {
  font-weight: bold;
  color:cornflowerblue;
}

h2{
  color: dodgerblue;
}
a{
  border-style: solid;
  border-radius: 10px;
  background-color:dodgerblue;
  border-width: medium;
  padding:4px;
  text-decoration: none;
  border-color: blue;
}
img{
width: 500px;
border-style:double;
border-color:Blue;
border-radius: 31px;
  border-width: thick;
}
h6{
  color:cadetblue;
}