header{

    background-image: url(WhatsApp\ Image\ 2026-08-11\ at\ 11.28.02.jpeg);
    background-position: 3%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #000000;
    border-radius: 50px;
    
}

body{
    background: linear-gradient(rgb(85, 198, 85),rgb(61, 61, 208),rgb(208, 67, 67));
}

h2{
    background-color: white;
    border: 2px solid ;
    border-radius: 50px;
}

table{
    border-color: black;

}

fieldset{
    border-radius: 50px;
    border-color: black;
}

input{
    border-radius: 50px;
    border-bottom: 20px;
}

