@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,700");
@font-face {
  font-family: "FontAwesome 5 Free-Solid";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Font Awesome 5 Free-Solid-900.otf") format("opentype");
}
/*
@font-face {
  font-family: "FontAwesome 5 Brands-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Font Awesome 5 Brands-Regular-400.otf") format("opentype");
}
*/
.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: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

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

* {
  box-sizing: border-box;
}
