img{
  width: 500px;
  border-style: groove;
  border-width: 10px;
  border-color: aquamarine;
  float: left;
}

body{
  background-color: #bdc7c6;
}

h1{
  font-family: fantasy;
  border-style: double;
  border-width: thick;
  text-align: center;
  font-size: 50px;
}

a{
  font-size: 25px;
  color: aquamarine;
  font-family:serif;
  border-style:ridge;
  border-width:6px;
  color: aquamarine;
  background-color:white
}
p{
  font-size: 20px;
  font-family: fantasy;
  color:#24a67a;
}
h2{
font-size: 30px; 
font-family: fantasy;
color: #666767;
}