body {
    background-color: #f2f2f2;
        font-family: Arial, sans-serif;
            color: #333;
                text-align: center;
                    padding-top: 50px;
                    }

                    h1 {
                        color: #007acc;
                        }

                        a {
                            color: #007acc;
                                text-decoration: none;
                                }

                                a:hover {
                                    text-decoration: underline;
                                    }

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007acc;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
}

.button:hover {
    background-color: #005fa3;
}






       
