body {
  margin: 0px;
  font-family: "OCR A";
  color: aliceblue;
  background-color: #000000;
}

#title {
  color: aliceblue;
  font-family: "OCR A", serif;
}

p {
  margin: 3px;
  font-family: "OCR A";
  text-align: center;
  color: aliceblue;
}

#hosty {
  text-align: left;
  color: white;
}

.header{
  background: #130013;
  border: thick solid #180025;
  height: 100px;
  width: 100%;
  top: 0px;
  
  position: fixed;
}

.about {
  align-content: center;
  width: 80%;
  border: thick solid #180025;
  background: #130013;
}

.aboutbutton {
  border: medium outset #28003f;
  background: #380456;
  transition-duration: 0.4s;
  color: aliceblue;
}

.aboutbutton:hover {
  border: medium inset #28003f;
  background: #300449;
  color: aliceblue;
}