img {
  width:500px;
  border-style:dotted;
  border-width:10px;
  border-color:#b263bd; 
}

h1 {
  font-family:georgia;
  font-size:43px;
  color: #eeae4b;
}

h2 {
 color: rgba(140, 138, 140, 0.99);
 font-family:georgia;
 font-size:22px;
}

p {
  color: #4b58e0;
  font-size:20px;
  text-align: center;
}

body {
  background-color:rgb(0, 224, 189);
  
}
a {
  color:firebrick;
  border: solid;
  border-color:#008b84;
  border-width:4px;
  background-color: whitesmoke;
}
a:hover{
  color:rgb(184, 0, 191);
}
