html {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  color: white;
}
p {font-size: 1.2em;}

#topleft {
  visibility: visible;
}

h3 {
  color: #FF00D1;
  font-size: 1.5em;
  font-weight: lighter;
  margin-top: 1em;
  margin-bottom: 0;
}

h5 {
  color: #FF00D1;
  font-size: 1.4em;
  font-weight: lighter;
  margin-top: 1em;
  margin-bottom: 0;
}

h6 {
  color: #FF00D1;
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: lighter;
}

.mainclass ul {
  list-style-type: disc;
  font-size: 0.95em;
  margin-top: 0;
}

.mainclass {
  margin-top: 30vh;
  margin-left: 12vw;
}

li.mainclass {
  display: list-item;
}

li p {
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 0;
}

span {
  font-weight: normal;
  font-size: 1em;
}

@media (max-width: 767px) {
  .mainclass {
    margin-left: 5%;
    margin-right: 5%;
  margin-top: 0;
  }

  h3, h5 {
    font-size: 1em;
    font-weight: 300;
  }

  h6 {
    font-size: 0.85em;
    font-weight: normal;
  }

  li p {
    line-height: 125%;
    font-size: 0.85em;
    font-weight: 300;
  }
}
