html {
  font-size: 6vh;
  font-size: calc(var(--vs, 1vh) * 6);
  scroll-behavior: smooth;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #04043d;
}

@media (pointer: coarse) and (orientation: landscape) {
  body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

p, h1, h2 {
  margin: 0.5rem;
  padding: 0;
}

a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

@media (pointer: coarse) and (orientation: landscape) {
  a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  position: fixed;
  background-color: #007EA1;
  height: 13vh;
  height: calc(var(--vs, 1vh) * 13);
  width: 100%;
  top: 0;
  bottom: unset;
  border-bottom: 0.2vh solid #04043d;
  border-bottom: calc(var(--vs, 1vh) * 0.2) solid #04043d;
}

@media (pointer: coarse) and (orientation: landscape) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (pointer: coarse) and (orientation: landscape) {
  header {
    height: 100%;
    width: 13vh;
    width: calc(var(--vs, 1vh) * 13);
    left: 0;
    right: unset;
  }
}

@media (pointer: coarse) and (orientation: landscape) {
  header {
    border-right: 0.2vh solid #04043d;
    border-right: calc(var(--vs, 1vh) * 0.2) solid #04043d;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  position: fixed;
  background-color: #007EA1;
  height: 13vh;
  height: calc(var(--vs, 1vh) * 13);
  width: 100%;
  top: unset;
  bottom: 0;
  border-top: 0.2vh solid #04043d;
  border-top: calc(var(--vs, 1vh) * 0.2) solid #04043d;
}

@media (pointer: coarse) and (orientation: landscape) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (pointer: coarse) and (orientation: landscape) {
  footer {
    height: 100%;
    width: 13vh;
    width: calc(var(--vs, 1vh) * 13);
    left: unset;
    right: 0;
  }
}

@media (pointer: coarse) and (orientation: landscape) {
  footer {
    border-left: 0.2vh solid #04043d;
    border-left: calc(var(--vs, 1vh) * 0.2) solid #04043d;
  }
}

.becode {
  width: auto;
  max-width: unset;
  height: 100%;
  max-height: 60px;
}

@media (pointer: coarse) and (orientation: landscape) {
  .becode {
    width: 100%;
    max-width: 60px;
    height: auto;
    max-height: unset;
  }
}

a.becode {
  width: 10%;
  height: 100%;
}

@media (pointer: coarse) and (orientation: landscape) {
  a.becode {
    width: 100%;
    height: 10%;
  }
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background-color: #007EA1;
}

@media (pointer: coarse) and (orientation: landscape) {
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}

@media (pointer: coarse) and (orientation: landscape) {
  section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 74vh;
  height: calc((var(--vh, 1vh) * 100) - (var(--vs, 1vh) * 26));
  width: 100%;
  background-color: #83EDF2;
}

@media (pointer: coarse) and (orientation: landscape) {
  div.display {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (pointer: coarse) and (orientation: landscape) {
  div.display {
    height: 100%;
    width: calc(100vw - 26vh);
    width: calc((var(--vw, 1vw) * 100) - (var(--vh, 1vh) * 26));
  }
}

div.array {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 75%;
}

@media (pointer: coarse) and (orientation: landscape) {
  div.array {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

div.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 5rem;
  height: 40%;
  margin: 0 2%;
  border: 0.2vh solid black;
  border: calc(var(--vs, 1vh) * 0.2) solid #04043d;
  border-radius: 0.4rem;
}

@media (pointer: coarse) and (orientation: landscape) {
  div.card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.card p {
  font-size: 0.5rem;
  width: 96%;
  word-wrap: break-word;
}

.btn {
  height: 8vh;
  height: calc(var(--vs, 1vh) * 8);
  width: 8vh;
  width: calc(var(--vs, 1vh) * 8);
  border: 0.2vh solid #04043d;
  border: calc(var(--vs, 1vh) * 0.2) solid #04043d;
  border-radius: 0.4rem;
  color: #83EDF2;
  background-color: #007EA1;
  padding: 1vh;
  padding: calc(var(--vs, 1vh) * 1);
}

@media (pointer: fine) {
  .btn:hover {
    color: #007EA1;
    background-color: #83EDF2;
  }
}

@media (pointer: coarse) {
  .btn:active {
    color: #007EA1;
    background-color: #83EDF2;
  }
}
/*# sourceMappingURL=style.css.map */