body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color: #f2f2f2;
  }
  
  .container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .container h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .container p {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
  }
  