html {
font-family: "Boogaloo";
font-weight: 400;
font-style: normal;
height: 100%;
margin: 0;
}

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #f5f7fa, #e4e7eb);
}

.centered {
  font-size: 2rem;
  text-align: center;
  transform: translateY(-4rem);

  background: #ffffff;
  padding: 1.5rem 2.5rem;

  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.08),
    0 4px 10px rgba(0, 0, 0, 0.04);
}
