body {
  background-color: #32374b;
  margin: 0;
  padding:0;
}

a {
  text-decoration: none;
  font-size: 16px;
  color: white;
  font-family: ProximaNova-Regular, sans-serif;
  font-weight: bold;
}

a:visited {
  color: white;
}

.page-wrapper {
  width: 1400px;
  display: table;
  /*height: 820px;*/
  height: 100vh;
  margin: auto;
}

.left-container {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding-bottom: 70px;
  padding-left: 200px;
}

.right-container {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  width: 50%;
  text-align: center;
}

.error-ilustration {
  width: 50%;
  height: 50%;
}

.error-code {
  width: 70%;
  margin-top: 20px;
}

.error-code img {
  width: 100%;
}

.link-button {
  margin-top: 40px;
  background-color: red;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  margin-left: 15px;
}

.text-header {
  font-size: 24px;
  color: white;
  font-family: ProximaNova-Regular, sans-serif;
  margin-top: 20px;
  margin-left: 15px;
}

.text-body {
  font-size: 18px;
  color: white;
  font-family: ProximaNova-Regular, sans-serif;
  margin-top: 30px;
  margin-left: 15px;
}

@media screen and (max-width: 1400px) {
	.page-wrapper {
    height: 100vh;
    width: 100%;
  }
  .left-container {
    padding-left: 50px;
  }
  .right-container {
    text-align: initial;
    padding-left: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .page-wrapper {
    width: 100%;
    height: 100vh;
  }
  .right-container {
    display: none;
  }
  .left-container {
    padding-left: 10px;
  }
  .error-code {
    width: 70%;
  }
}

@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/proximanova-regular-webfont.eot") format("eot"),
    url("../fonts/proximanova-regular-webfont.woff") format("woff"),
    url("../fonts/proximanova-regular-webfont.ttf") format("truetype"),
    url("../fonts/proximanova-regular-webfont.svg#ProximaNova-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
