body {
  font-size: 100%;
  color: #8036FF;
  scrollbar-3dlight-color:#2a2680;
  scrollbar-arrow-color:#ffff00;
  scrollbar-base-color:#7F7F7F;
  scrollbar-track-color:7e00ff;
  scrollbar-darkshadow-color:#2a2680;
  scrollbar-face-color:#7e73ff;
  scrollbar-highlight-color:2a2680;
  scrollbar-shadow-color:#000000;
  margin: 0;
  padding: 0;
  min-height: vh;
}

a {
  color: red;
}

h1 {
  font-size: 4rem;
}

h1:nth-of-type(2) {
  color: cyan;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
  color: red;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}

h4 {
  font-style: italic;
  font-size: 1.8rem;
}

table {
  font-size: 1.7rem;
}

table tr:first-child {
  color: lime;
  font-weight: bold;
}

/* class name */
table tr:not(:first-child) td:nth-of-type(1) {
  color: cyan;
}

/* professor name */
table tr:not(:first-child) td:nth-of-type(2) {
  color: yellow;
}

/* rune code */
table tr:not(:first-child) td:nth-of-type(3) {
  color: yellow;
  text-align: center;
}

table td a {
  color: cyan;
}

#footer {
  position: relative;
  /* bottom: 50px;
  right: 200px; */
}
