@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Lexend+Deca:400,700|Poppins:400,700");
/* 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/634fd29eb4cef3da4863dd19.634fd2a1c1642001ce8e285a.wdSHasR.hcp.png");
OVO SE VALJDA TREBA ODKOMENTIRAT NA PRODUKCIJI*/


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