body {
  margin: 0;
}

.error-page {
  width: 100%;
  height: 100vh;
  background-color: #00c0f0;
}

.logo {
  margin-left: 10px;
}

.error-number {
  margin: 150px 0 0 0;
  text-align: center;
  font-size: 180px;
  font-weight: 200;
  color: #ffffff;
}

.error-message {
  margin: 0;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

.go-home-button-wrapper {
  text-align: center;
}

.go-home-button {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
  background-color: #ffffff;
  color: #00c0f0;
}
