body {
  background-color: rgba(100, 100, 100, 1);
  font-family: Palatino, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
}

h1 {
  margin-top: 2vh;
}

#jqps {
  top: 50px;
  font-size: 3vw;
}

#fade {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 80%;
}

#fade img {
  width: 50%;
}


/* custom styling added */
.content {
  margin: 20px;
}

.content > p {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 10px;
  margin-top: 500px;
}

.content > p:nth-of-type(1) {
  margin-top: 100vh;
}
