body {
  background-color: #282828;
  color: limegreen;
  font-family: "FantasqueSansMonoRegular", "Courier New", Courier, monospace;
  text-align: center;
  padding-top: 8vh;
}

h1 {
  font-family: "FantasqueSansMonoBold", "Courier New", Courier, monospace;
  font-weight: bold;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: limegreen;
}

a:hover {
  text-decoration: underline;
}

td {
  font-size: 1.17em;
  padding: 5px 2.5px 5px 2.5px;
}

.social {
  text-align: right;
}

.url {
  text-align: left;
}

.colon {
  width: 12px;
}

.social-table {
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  width: 100%;
}

/*# sourceMappingURL=default.css.map */
