
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background-color: cornflowerblue;
  padding: 50px 25px 25px 25px;
}

#hofmanns {
  color: whitesmoke;
  font-size: 1.25rem;
  line-height: 3rem; 
  text-align: right;
  padding: 75px 50px 0px 0px;
}

quote {
  font-size: 2rem;
  border: 100px 100px 0px 100px;
}

#quote-header {
  font-size: 1.5rem;
  line-height: 3rem;
  color: mintcream;
}


#sun {
  padding-inline-start: 10px;
  font-size: 1rem;
  color: gold;
}

span.nobr { 
  white-space: nowrap; 
}

sup {
  color:gold;
  font-size: .75rem;
  padding-inline-start: 10px;
}