body {
  background: #FFFFFF;
  font-family: Courier !important;
  margin: 0;
  min-height: 100vh;
  min-height: calc(100vh - env(safe-area-inset-bottom));
  min-width: fit-content;
}

.container {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

svg {
  height: 30vh;
  width: 30vh;
}

a {
  color: #000000;
  font-size: 4vh;
  margin: 1vh;
  padding: 1vh;
  text-decoration: none;
}

a:focus, a:hover {
  background-color: #000000;
  border-radius: 5%;
  color: #FFFFFF;
}
