html {
  background-color: rgb(30, 30, 30);
}

a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(111,202,227,255);
  height: 30px;
  font-weight: bold;
}

h1 {
  color: lightgray;
  text-align: center;
}

h2 {
  color: #00A3F6;
  margin: 10px;
}

hr {
  margin-left: 10px;
  margin-right: 10px;
}

li + li {
  margin-top: 15pt;
}

ul {
  color: lightblue;
}

.split {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 95%;
}

.course-num {
  text-align: right;
}

.class-num {
  list-style-type: none;
  text-align: right;
}

.uic-links {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.link-div {
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  padding: 5px;
}
