.error404 {
  text-align: center; }
  .error404 .error404_box {
    background: url(../img/404.jpg) no-repeat center center;
    background-size: 100%;
    height: 800px; }
    .error404 .error404_box h2 {
      padding-top: 220px;
      font-size: 2.2rem; }
    .error404 .error404_box p {
      font-size: 2rem;
      padding-bottom: 250px;
      font-family: 'PoppinsBold'; }
    .error404 .error404_box a {
      background-image: linear-gradient(to bottom, #fefffe, #eeefee);
      border-radius: 16px;
      box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.225);
      color: #000;
      padding: 8px 20px;
      font-size: 20px;
      animation: glow 800ms ease-out infinite alternate; }

@keyframes glow {
  0% {
    border-color: #b3d8ff; }
  100% {
    border-color: #55acee;
    box-shadow: 0 0 15px rgba(85, 172, 238, 0.4), inset 0 0 10px rgba(85, 172, 238, 0.1), 0 0px 5px #55acee; } }

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