a {
  color: black;
  font-size: 1.6rem;
  line-height: 1.6;
}
body {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0px;
  width: 100%;
}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.8rem;
}
html {
  height: 100%;
  hyphens: auto;
  margin: 0px;
  overflow: hidden;
  width: 100%;
}
label {
  font-size: 1.6rem;
  line-height: 1.6;
}
p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0px;
}
:root {
  --colorBlue: #01124a;
  --colorGreen: #2c8b039f;
  --colorGrey: #333333;
}
* {
  box-sizing: border-box;
  color: var(--colorGrey);
  font-family: Aller, sans-serif;
  font-size: 62.5%;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
