.image-container {
  width: 100vw;
  height: 100vh;
  background-image: url("assets/theta-under-construction.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
