/*font-size*/
/*colors*/
/*path*/
#error main {
  padding-bottom: 5vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: calc(100vh - 94px - 370px);
  text-align: center; }

#error main h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: .8em; }

#error main p {
  color: #f6c800; }

#error .image {
  display: block;
  width: 80%;
  max-width: 368px;
  margin: 0 auto;
  position: relative; }

#error .code {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  font-family: "Avenir Next";
  font-size: 150px;
  font-weight: bold;
  top: 9%;
  line-height: 1; }

@media screen and (min-width: 750px) {
  #error main {
    height: calc(100vh - 50px - 250px); }
  #error .code {
    top: 20%; } }
