body {
  background-color: white;
  margin: 0;
  font-family: "Arial";
  font-size: .8em;
  overflow: hidden;
}

div#info {
  position: absolute;
  background: rgba(0,0,0,.75);  
  border-radius: 10px;
}

div#info p {
  color: rgb(220,220, 220); 
  padding: 4px 10px;
  margin: 4px 10px;
}

body em {
  font-style: normal;
  font-weight: bolder;
  color: white
}
