body {
  background: yellow;
}
p {
  color: black;
  font-size:30px;
}
h1 {
  font-weight: bold;
  text-align: center;
  font-family: sans-serif;
  font-size: 100;
  border-style: groove;
  border-color: green;
  border-bottom-color: black;
  border-top-color: black;
  text-emphasis-position: above;
}
img {
  height: 250px;
  float: right ;
}
a {
  border-style: solid;
  border-color: black;
  font-family: serif;
  text-decoration:inherit;
}