body {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #dee2e6;
    background-color: #222;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  html {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.main-container {
  width: 80%;
}

div.discord {
  text-align: right;
  vertical-align: top;
}

div.title {
    font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
}

table {
    margin-left:auto;
    margin-right:auto;
    width: 80%;
    border-collapse: collapse;
}

th,
td {
  padding: 5px;
}


 /* unvisited link */
 a:link {
  color: #00FFFF;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #00FFFF;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: rgb(105, 255, 125);
  text-decoration: none;
}

/* selected link */
a:active {
  color: #00FFFF;
  text-decoration: none;
} 