
h2 {
    width: 100%;
    font-size: 26px;
    text-align: center;
}
            *,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

input,
button {
    border: none;
    outline: none;
    background: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

            .cont{
                color:black;
            }
            body{
                color:white;
                overflow-x: hidden;
                background-image:url("Screenshot\ 2025-12-26\ 124041.png");
                background-size:cover;
                background-attachment: fixed;
                background-repeat: no-repeat;
            }
            h2{
                                color:rgb(131, 15, 177);

            }
            li a{
                                background-color: rgb(255, 221, 255);
                color:rgb(131, 15, 177);
            }
            footer{
                background-color: rgb(255, 221, 255);
                color:rgb(131, 15, 177);
            }
            #buton5{
                font-size: 20px;
                margin: 20px;
                padding: 10px;
                border-radius: 10px;
                border: none;
                cursor: pointer;
                border-radius: 30px;
                background-color: white;
                color:black;
                width: 120px;
                display: inline;
            }
            button{
                font-size: 20px;
                margin: 20px;
                padding: 10px;
                border-radius: 10px;
                border: none;
                cursor: pointer;
                background-color: transparent;
                color:black;
                height: 60px;
                border-radius: 30px;
                width: 230px;
            }