body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    background-image: url("back.png");
    background-size: cover;
  }

  h1 {
    text-align: center;

  
  }
  
  .container {
    text-align: center;
    color: red;
  }
  
  button {
    padding: 30px 50px;
    font-size: 34px;
    color: black;
    cursor: pointer;
    border-style: solid;
    border-color: white;
    border-width: 5px;
    border-radius: 25px;
  }
  