
*{
    background-color:#f4f4f9;
}


a{
    text-decoration: none;
    color: #007bff;
    padding:10px;
    font-family: sans-serif;
}


a:hover{
    background-color: white;
    font-size: 22px;
    border-radius: 15px ;
    box-shadow: 0 4px 8px;
}



p{
    font-size: 29px;
    font-weight: bold;  
    font-style: italic;
    text-align: center;

    color: #007bff;
    text-shadow: 0 2px 2px;
}


li{
    padding: 6px;
    color: #007bff;
}