body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
  }
  
  .container {
    width: 80%;
    max-width: 400px;
  }
  
  button {
    margin-top: 10px;
  }
  