:root {
  --aa-blue: #3f72af;
  --aa-lightblue:  #5c8cc4;
}

a {
  text-decoration: none;
  color: inherit;
}

#title {
  height: 100vh;
  background: linear-gradient(
    45deg,
    var(--aa-blue),
    var(--aa-lightblue) 80%,
    var(--aa-blue)
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Geologica, sans-serif;
  color: white;
  position: relative;
  user-select: none;
  text-shadow: 0rem 0.33rem 0.5rem rgba(0, 0, 0, 33%);
}

#contact {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  padding: 1rem;
  line-height: 1em;
}

#arcada {
  font-size: 10vw;
  padding: 0px;
  line-height: 80%;
}

#advisory {
  font-size: 8vw;
  padding: 0px;
  line-height: 80%;
}