
   body {
        font-family: Arial, sans-serif;
        text-align: center;
        padding-top: 50px;
    }
    h1 {
        color: #333;
    }
    p {
        max-width: 600px;
        margin: 20px auto;
        line-height: 1.6;
    }
  
    button {
    padding: 10px 20px;
    font-size: 16px;
    margin: 10px;
    cursor: pointer;
    }

button:hover {
    background-color: #0056b3;
}
