body {
  font-family: Helvetica;
  color: white;
  background-color: black;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

div {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  border: 1px solid black;
}

h1 {
  margin: 0px;
}

p {
  text-align: center;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  width: 100%;
}
