@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,600");
/* The following line is used to measure usage of this code in production. For more info see our usage billing page */
@import url("https://px.animaapp.com/63ecfabaade6ff63d2f6ebf2.63ecfabbade6ff63d2f6ebf5.1tSx6YG.hcp.png");



.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  max-width: 100vw;
  min-height: 100vh;
}

.container-center-horizontal > * {
  /* flex-shrink: 0; */
  pointer-events: auto;
}

* {
  box-sizing: border-box;
}
