body {
  background-color: #000000;
  color: white;
  font-family: "Trebuchet MS", Helvetica, Times, serif;
}

a:link {
  color: #8a45e5;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #b160c3;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #9a68e2;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #9a68e2;
  background-color: transparent;
  text-decoration: underline;
}

.container {
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;

margin: 0 auto;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
}
p  {
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#centered {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  text-align: center;
  font-size: 1.8vh;
}
