@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:500,400,600|Inter:500,400");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/684c56b8f34c3757d7c8b2d1.684c56b9f34c3757d7c8b2d4.V00yhZm.hcp.png");

@font-face {
  font-family: "Font Awesome 6 Free-Solid";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Font Awesome 6 Free-Regular-400.otf") format("opentype");
}


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

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

* {
  box-sizing: border-box;
}
