body {
  background-color: rgb(21,21,21)
}

.Title{
  color: rgb(212,212,212);
  text-align: center;
  font-family: "Courier New", monospace;
  font-size: 75px
}
.bruh {
  color: rgb(172,122,122);
  font-family: "Monaco", monospace;
  text-align: center;
}
.externallinks {
  text-align: center;
  font-size: 40px;
  font-family: "Courier New", monospace;
}
.externalhrefs {
  color: rgb(0,255,255)
}