@font-face {
    font-family: 'Circular Std';
    src: url('/fonts/CircularStd-Book.woff2') format('woff2'),
        url('/fonts/CircularStd-Book.eot') format('woff2'),
        url('/fonts/CircularStd-Book.otf') format('otf'),
        url('/fonts/CircularStd-Book.ttf') format('truetype')

}
* {

    padding: 0;
    box-sizing: border-box;
  }

  body {
    display: flex;
    min-height: 100vh;
    background-color: #fff;
    color: #000;
    font-family: "Circular Std", sans-serif;
  }

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    text-align: center;
  }

  .error-page {
    margin: auto;
  }

  .error-page__heading-title {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 500;
    color: #fcb241;
  }

  .error-page__heading-desciption {
    margin-top: 5px;
    font-size: 26px;
    font-weight: 200;
    padding: 0 20px;
  }

  .error-page__button {
    color: inherit;
    text-decoration: none;
    background-color: #fcb241;
    font-size: 18px;
    font-weight: 200;
    padding: 15px 30px;
    border-radius: 15px;
    margin-top: 10px;

    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
  }

  .error-page__button:hover {
    box-shadow: none;
    background-color: #222629;
    color: #fcb241;
    box-shadow: 1px 1px 3px 1px #222629;
  }

  .eyes {
    display: flex;
    justify-content: center;
    gap: 2px;
  }

  @keyframes movePupil {
    0%,
    100% {
      transform: translate(0, 0);
    }

    25% {
      transform: translate(-10px, -10px);
    }

    50% {
      transform: translate(10px, 10px);
    }

    75% {
      transform: translate(-10px, 10px);
    }
  }

  .color-switcher {
    position: fixed;
    top: 40px;
    right: 40px;
    background-color: transparent;
    font-size: 30px;
    cursor: pointer;
    color: #fcb241;
    border: 0;
  }

  /* Rocket Style */

  #frame {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .shadow {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    background: rgba(100, 100, 100, 0.1);
    z-index: 1;
  }

  .shadow--full {
    width: 100%;
  }

  .rocket {
    position: relative;
    width: 55px;
    height: 100px;
  }
  .rocket__body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
  }
  .rocket__body__window {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 30px;
    left: 13.5px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
    border: 3px solid #222629;
  }
  .rocket__body__inner {
    position: relative;
    width: 55px;
    height: 125px;
    border-radius: 80%;
    background: #fcb241;
    overflow: hidden;
  }
  .rocket__body__inner:before,
  .rocket__body__inner:after {
    content: "";
    position: absolute;
    background: #222629;
    border-radius: 50%;
  }
  .rocket__body__inner:before {
    width: 100%;
    height: 50px;
    top: -30px;
  }
  .rocket__body__inner:after {
    width: 100%;
    height: 10px;
    bottom: 22.5px;
  }
  .rocket__wing {
    position: absolute;
    background: #222629;
    bottom: 0px;
    z-index: 5;
  }
  .rocket__wing--left {
    left: -29px;
    width: 44px;
    height: 20px;
    border-radius: 100% 0 0 0;
    transform: rotate(-50deg);
  }
  .rocket__wing--right {
    right: -29px;
    width: 44px;
    height: 20px;
    border-radius: 0 100% 0 0;
    transform: rotate(50deg);
  }
  .rocket__label {
    width: 250px;
    position: absolute;
    top: -80px;
    left: -80px;
  }
  .rocket__label p {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Bowlby One SC", cursive;
    font-size: 80px;
    line-height: 80px;
    margin: 0;
    text-transform: uppercase;
    color: #f1c40f;
    transform: rotate(-25deg);
  }
  .rocket__smoke {
    position: absolute;
    width: 50px;
    height: 10px;
    bottom: 5px;
    opacity: 0;
    z-index: 15;
  }
  .rocket__smoke__inner {
    position: relative;
    margin: 30px 0 0 0;
    width: 100%;
    height: 100%;
    background: #fcb241;
  }
  .rocket__smoke__inner div {
    position: absolute;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    left: -5px;
    bottom: 0;
    box-shadow: inset -2px -3px 0 0 #fcb241;
    background: #fff;
    z-index: 10;
  }
  .rocket__smoke__inner div:nth-child(1) {
    transform: scale(1.5);
    left: 10%;
    bottom: 30%;
    z-index: 9;
  }
  .rocket__smoke__inner div:nth-child(2) {
    transform: scale(2.5);
    left: 50%;
    bottom: 90%;
    z-index: 8;
  }
  .rocket__smoke__inner div:nth-child(3) {
    transform: scale(1.1);
    left: 84%;
    bottom: 4.5%;
    z-index: 7;
  }
  .rocket__smoke--right {
    right: -50px;
  }
  .rocket__smoke--left {
    left: -50px;
    transform: rotateY(180deg);
  }
  .rocket__fire {
    position: absolute;
    width: 13.75px;
    height: 13.75px;
    bottom: -15.75px;
    left: 20.75px;
    background: #f0932b;
    border-radius: 80% 0 55% 50%/55% 0 80% 50%;
    margin-top: 20px;
    transform: rotate(135deg);
  }
  .rocket__fire:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 1px;
    width: 10.3125px;
    height: 10.3125px;
    background: #f1c40f;
    border-radius: 80% 0 55% 50%/55% 0 80% 50%;
  }
  .hidden {
    display: none;
}
