.error-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}

.error-wrap h1 {
  font-weight: 600;
  font-size: 2.25rem;
  color: #161616;
}

.error-wrap p {
  font-weight: 400;
  font-size: 1rem;
  color: #3c3c3c;
}

.error-btn-wrap {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}

.error-btn-wrap button {
  width: 160px;
  height: 48px;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 2px;
  transition: 0.2s;
}

.error-btn-wrap button:hover {
  opacity: 0.5;
  letter-spacing: 1px;
}

.error-btn-wrap button:first-child {
  border: 1px solid #d9d9d9;
  color: #161616;
  background-color: #fff;
}

.error-btn-wrap button:last-child {
  color: #161616;
  background-color: #df4242;
  color: #fff;
  border: 0;
}

.error-logo {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
}
