body {
  font-family: "Courier New", Courier, monospace;
}

@font-face {
  font-family: type;
  src: url("XTypewriter-Regular.ttf");
}
h1 {
  font-family: type, monospace;
  letter-spacing: 4px;
  font-size: 2.3rem;
  -webkit-text-decoration: underline 2px rgb(244, 160, 255);
          text-decoration: underline 2px rgb(244, 160, 255);
}

img {
  padding: 10px;
}

mark {
  font-weight: bold;
  background-color: rgb(255, 253, 240);
  -webkit-text-decoration: underline 2px rgb(244, 160, 255);
          text-decoration: underline 2px rgb(244, 160, 255);
}

main {
  margin: auto;
  width: 50%;
  padding: 15px;
  color: black;
}

table {
  width: 100%;
  font-size: 1.3rem;
}

th {
  border-bottom: double 4px rgb(244, 160, 255);
  border-top: double 4px rgb(244, 160, 255);
}

td {
  border-bottom: 2px solid white;
  padding: 10px;
  font-weight: bold;
  font-family: monospace;
  letter-spacing: 2px;
}
td a {
  background-color: rgb(244, 160, 255);
  color: black;
  padding: 5px;
}
td a:hover {
  color: rgb(244, 160, 255);
  background-color: black;
  padding: 5px;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  main {
    width: 90%;
  }
}/*# sourceMappingURL=hub.css.map */