html, body {
  margin: 0;
  padding: 0;
  background-color: rgb(20 19 21);;
  color: white;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}
a,
a:visited,
a:hover,
a:active,
a:link
{
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-family: "Cal Sans", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: "Cal Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #ffec89;
}
input[type="text"],
input[type="password"],
input[type="number"] {
  font-family: Sora, "Kanit", Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-size: 16px;
  width: 100%;
  padding: 10px 0px 10px 0px;
  margin: 0;
  border-radius: 10px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
      -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap; /* Prevent line breaks */
  border: 0;
}