img{
  width: 250px;
  height:260px;
  border-style: groove;
  border-color: #070777;
  border-width: thick
}

body{
  color:#000000;
  background-color: #cccccc;
}

h1{
  font-family: cursive;
  color:#000a57;
  text-align: center;
}

h3{
  font-family: inherit;
  color: #b5687d;
}

p{
  font-family: monospace;
  font-size: 14px;
}

hr{
  border: none;
  height: 2px;
  color: #000000;
  background-color: #ffffff;
}