@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,700&display=swap");
html, body {
  background: white;
  font-family: "Work Sans", sans-serif;
  font-weight: lighter;
  font-size: 14pt;
  color: #080055;
}
html a, body a {
  color: #23527c;
}
html a:hover, body a:hover {
  color: #fc0055;
  text-decoration: none;
}

html {
  overflow: hidden;
}

.photo {
  margin-right: 24px;
  border-radius: 64px;
  display: inline-block;
  width: 128px;
  height: 128px;
}

.errorPage {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-content: center;
  position: relative;
  z-index: 1;
}
.errorPage > div {
  margin: auto;
  width: 40vw;
}
.errorPage > div > div {
  margin-top: -64pt;
}
.errorPage .flex {
  display: flex;
}
.errorPage h1 {
  font-size: 16pt;
}
.errorPage p {
  font-size: 12pt;
}
.errorPage::after {
  width: 256px;
  height: 148px;
  content: "";
  background: url("./pinkrhino.png") repeat-x left center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -74px;
  z-index: 2;
}

@media (max-width: 1024px) {
  .errorPage > div {
    width: 80vw;
  }
  .errorPage > div > div {
    margin-top: -128pt;
  }
  .errorPage .flex {
    flex-direction: column;
  }
  .errorPage .photo {
    margin-bottom: 32px;
  }
}

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