/* The following line is used to measure usage of this code. You can remove it if you want. */
/* @import url("https://px.animaapp.com/672f9e42acd7bddecbfb4c0f.672f9e43acd7bddecbfb4c12.nvqhxXw.hcp.png"); */


body {
  margin: 0pt;
  -moz-background-clip: initial;
  -moz-background-origin: initial;
  -moz-background-inline-policy: initial;
}

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

.screen a:hover {
  color: red;
}

.screen a:active {
  color: yellow;
}

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

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

* {
  box-sizing: border-box;
}
