.page404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80vh;
  box-sizing: border-box;
}

.main-svg {
  min-width: 500px;
}

a {
  text-decoration: none;
}
.title {
  color: #485696;
  font-weight: 800;
  margin: 4px;
}
.sub-title {
  color: #485696;
  font-weight: 600;
  font-size: 20px;
  margin: 4px;
}

.go-back-button {
  border: 1px solid;
  border-radius: 8px;
  padding: 16px;
  width: 100px;
  text-align: center;
  background-color: #f47236;
  color: white;
  margin: 16px;
}
