body {
    background-color: white;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: Arial, sans-serif; 
    
  }
  
  .container {
    text-align: center;
    padding-bottom: 50px;
  }
  
  .custom-button {
    background-color: rgb(0, 208, 108);
    color: black;
    padding: 15px 27px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 7px;
  }

  .custom-button:hover {
    background-color: rgb(0, 156, 81);
    color: rgb(255, 255, 255);
    transition-duration: 0.3s;
}
  
  .button-label {
    margin-top: 10px;
    color: grey;
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-top:25px;
  }
  .label-red  {
    margin-top: 10px;
    color: rgb(211, 0, 0);
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-top:25px;
  }

 .label-red a {
  text-decoration: underline;
    margin-top: 10px;
    color: rgb(211, 0, 0);
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-top:25px;
  }
  .label-red a:hover {
    text-decoration: none;}
  

h1 {
    color: rgb(17 24 39);
    font-size: 2rem;
}
