/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  clear: both; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* CSS */
@font-face {
  font-family: 'Px Grotesk';
  src: url("PxGroteskRegular.eot");
  src: url("PxGroteskRegular.eot?#iefix") format("embedded-opentype"), url("PxGroteskRegular.woff") format("woff"), url("PxGroteskRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Px Grotesk Screen';
  src: url("PxGrotesk-Screen.eot");
  src: url("PxGrotesk-Screen.eot?#iefix") format("embedded-opentype"), url("PxGrotesk-Screen.woff") format("woff"), url("PxGrotesk-Screen.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Px Grotesk';
  src: url("PxGrotesk-Bold.eot");
  src: url("PxGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("PxGrotesk-Bold.woff") format("woff"), url("PxGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
html, body {
  font-size: 16px;
  font-family: "Px Grotesk", Helvetica, Arial, sans-serif;
  color: #10054a;
  background-color: #100dda;
  line-height: 150%; }

.canvas {
  color: #100dda;
  position: fixed;
  width: 150%;
  height: 110%;
  top: -10px;
  left: -50px;
  overflow: hidden;
  z-index: 1; }

.canvas span {
  font-size: 5vh;
  line-height: 100%;
  cursor: default;
  font-weight: bold; }

.container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.theblock {
  background-color: #ffffff;
  color: #10054a;
  padding: 40px;
  position: relative;
  z-index: 5;
  margin: 20px; }
  
 a:link, a:visited {
  color: #100dda;
  text-decoration: none;
  border-bottom: 2px solid #100dda;
  font-family: "Px Grotesk Screen", Helvetica, Arial, sans-serif; }

a:hover, a:focus {
  color: #10054a;
  border-color: #10054a; }

ul a:link, ul a:visited {
  color: #fe2a44;
  text-decoration: none;
  border-bottom: 2px solid #fe2a44;
  font-family: "Px Grotesk Screen", Helvetica, Arial, sans-serif; }

ul a:hover, ul a:focus {
  color: #100dda;
  border-color: #100dda; }

.shown {
  color: #ffffff; }

.screen {
  font-family: "Px Grotesk Screen", Helvetica, Arial, sans-serif; }
  
 em {
	 font-style: normal;
 }

@media screen and (max-height: 400px) {
  .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

/*# sourceMappingURL=style.css.map */