* {
  font-family: "Latin Modern Math", serif;
  margin: 0;
}

body {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.year-selection {
  display: flex;
  flex-direction: column;
}

.assignments {
  display: flex;
  flex-direction: row;
}

.subject {
  text-align: center;
}

a {
  text-decoration: none;
}

a:visited {
  color: blue;
}

.footer {
  position: fixed;
  bottom: 0;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
}
