body {
  padding: 50px;
  font-family: "Poppins", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

a {
  color: #00B7FF;
}

.bg-principal {
  background-color: rgb(37 42 67);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  color: white;
  height: min(500px, 100%);
}

.container h1 {
  font-size: 4rem;
  color: #f87171;
}

.container .corpo {
  text-align: center;
}

.container .erro {
  font-size: 2rem;
  color: white;
}
