html{
  padding: 0;
  margin: 0;
  background-color: #000;
  cursor: url("/media/StarTrekgoldinsignia.png"), auto !important;
  font-family: "IBM Plex Serif", serif;
  font-size: 1.0em;
  font-style:normal;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
}

.guardian-off {
    background-image: url("/media/GuardianOff.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 937px;
    width: 1250px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.guardian-on {
    background-image: url("/media/GuardianOn.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 937px;
    width: 1250px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
