body {
    background: white;
    color: black;
    width: 11em;
}


h3 {
  font-size: inherit;
  margin: 7px;
  text-align: center;
}

p {
  text-align: left;
  margin: 7px;
  position: relative;
  color: blue; 
}

a {
  text-decoration: none;
  color: inherit;
  background: inherit;
}