
body {
  background-image: url('/abstract-foam-colored-liquid.jpg');
  background-size: cover;
  color: black;
  font-family: Verdana;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Arial, sans-serif;
}

.content-box {
      width: 70%;
      max-width: 900px;
      background: white;
      border-radius: 16px;
      padding: 2rem;
      box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
    }