@font-face {
    font-family: "Alfa Slab One";
    src: url("./AlfaSlabOne-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Patrick Hand";
    src: url("./PatrickHand-Regular.ttf") format("truetype");
}
* {
  transition: all 0.5s linear;
}
#main {
  font-family: Patrick Hand;
  font-size: 150%;
  padding-left: 25px;
  padding-right: 25px;
  background-color: rgba(0, 0, 0, 0.001);
}
.fullText {
  font-family: Alfa Slab One !important;
  background-color: white !important;
}
a {
  color: blue;
}
p {
  background-color: white;
}
#mode {
  width: 100%;
}
#set {
  background-color: white;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 3;
  position: absolute;
  opacity: 0;
}
.centerMe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.w3-check {
  margin-right: 0.5em;
}
#autoPick {
  padding: 8px;
  border: none;
  border-bottom: 1px solid #ccc;
}
