body {
  font-size: 25px;
  font-family: helvetica;
  font-weight: lighter;
  color: white;
  background-color: black;
  text-align: center;
  margin: 0;
}

h1 {
  color: rgb(150, 100, 255);
  background-color: white;
  font-family: helvetica;
  font-size: 60px;
  font-weight: lighter;
  border-bottom-width: 5px;
  border-bottom-color: rgb(150, 100, 255);
  border-bottom-style: solid;
  text-align: center;
  padding: 20px;
  margin-top: 0;
}

h2 {
  color: white;
  font-family: helvetica;
  font-size: 30px;
  font-weight: lighter;
  text-decoration: none;
  line-height: 1.5;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: rgb(150, 100, 255);
}

b {
  color: rgb(150, 100, 255);
  text-decoration: underline;
}

b:hover {
  color: white;
}
