#error {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #error .section {
    width: 33.33rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.22rem 1.3rem rgba(0, 0, 0, 0.08);
    border-radius: 0.87rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #error .section .section-container {
    width: 21.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
  }
  #error .section .section-container > h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 4.34rem;
    line-height: 6.08rem;
  }
  #error .section .section-container > h2 {
    font-weight: 600;
    font-size: 2.78rem;
    line-height: 3.91rem;
    margin-top: 0.43rem;
  }
  #error .section .section-container > p {
    font-weight: 500;
    font-size: 0.78rem;
    line-height: 1.08rem;
    color: #656565;
    width: 19.1rem;
    margin: 1.73rem auto 0rem auto;
  }
  #error .section .section-container > a {
    width: 16.15rem;
    height: 3.96rem;
    border: 0.03rem solid #000000;
    box-shadow: 0rem 0.35rem 2.08rem rgba(0, 0, 0, 0.08);
    border-radius: 1.39rem;
    background: #ffff;
    margin: 0 auto;
    margin-top: 1.73rem;
    font-weight: 500;
    font-size: 1.11rem;
    line-height: 3.96rem;
    margin-bottom: 2.08rem;
    text-decoration: none;
    color: #000000;
    text-align: center;
  }
  #error .section .section-container > a:hover {
    background: #000000;
    color: #fff;
  }
  