
#logo {
  width: 4%;
}

#text-wrap {
  width: 8%;
}

p {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

a {
  color: black;
}

a:link {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  text-decoration: none;
}

a:hover {
  color: #4f9cc9;
  cursor: pointer;
}

a:visted {
  text-decoration: none;
  color: black;
}

a:active {
  text-decoration: none;
  color: black;
}


.center {
  width: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: black;
}

.misc-text {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: black;
}

