#home {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.home-img {
  /* max-height: 300px; */
  width: 10em;
}

#submisson-guideline-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#judging-rubrics {
  width: 100%;
  height: 60vh;
  overflow: scroll;
}

#judging-rubrics th {
  top: 0;
  position: sticky;
}

@media only screen and (min-width: 600px) {
  #home {
    width: 60%;
  }
}