img {
  width: 500px;
  border-width: 2px;
    border-color: rgb(0, 255, 100);
    border-style:solid;
}
body {
  background-color: rgb(86, 137, 208)
}
p{
  text-align: left;
  font-family: monospace;
  font-size: 16px;
  color:white;
}
h1{
  text-align: center;
  font-family: cursive;
color:white;  
}
h2{
  text-align: center;
  font-family: cursive;
  color:white;  
}
p{
  text-align: left;
  font-family: cursive;
  font-size: 14px;
  color:white;  
}
a{
  font-size:25px;
  font-family:Brush script mt;
  border-style:ridge;
  border-width:4px;
  color: rgb (40, 150, 255);
  background-color: rgb(255, 255, 255);
  border-radius: 1px;
}