body {
  margin: 0;
  height: 100vh;
  font-family: "Inter", sans-serif;
  background-color: #0b1e3f;
  color: #ffffff;
  overflow-x: hidden;
  display: flex;
  justify-content: center; /* centra horizontal */
  align-items: center; /* centra vertical */
  text-align: center;
  font-size: 30px;
}
