@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,700|Work+Sans:400");
@import url("https://px.animaapp.com/6346743994abeeb0ab8ce421.6346743afb6cd5506eea67d9.Fl5AJC8.hcp.png");

@font-face {
  font-family: "Millimetre-Bold";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Millimetre-Bold.otf") format("opentype");
}


.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;
}
