body,
html {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

#background-container {
  width: 100%;
  height: 100%;
  background-image: url("./bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
}

#page-container {
  height: 100%;
}

.column {
  margin-top: 30px;
  max-width: 800px;
}

#exams-table {
  margin-top: 30px;
}

#switcher .icon {
  margin: 0;
}
