body, html {
    margin: 0;
    padding: 0;
    font-family: 'Space Grotesk', sans-serif;
    height: 100%;
    color: white;
  }
  
  .background {
    background-image: url("assets/1.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
  }
.text {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;

  }
  .content {
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.5); /* optional: for contrast */
    padding: 20px;
    border-radius: 10px;
  }
  
  .logo {
    width: 150px;
    margin-bottom: 20px;
  }
  .signature {
    margin-top: 10px;
    font-style: italic;
  }