a{
  border-style:solid;
  border-color: antiquewhite;
  border-radius: 10px;
  padding: 8px;
  text-decoration:none;
  background-color: #72be79;
}
body{
  text-align: center;
  background-color: antiquewhite;
}
p{
  text-align: left;
}
h1{
  color:aquamarine;
  text-shadow: 2px -2px blue;
}
.standford{
  border-style:solid;
  border-color: antiquewhite;
  border-radius: 10px;
  padding: 2px;
  text-decoration:none;
  background-color: #a2affd;
}
img {
  border-style: groove;
  border-radius: 20px;
  border-color: #ff0011;
  border-width: 30px;
}
.h3{
  text-align: center;
}
