body{
    font-family: Verdana, sans-serif; font-size: 18px; 
    background-color: rgb(255, 243, 227);
    padding-left: 10px;
    }
    li{
        display:inline-block;
        color: black;
        width: 200px;
        height: 20px;
        background-color: rgb(249, 233, 185);
        padding: 30px;
        margin: 20px;
        text-align: center;
    }
    li:hover{
        background-color: rgb(249, 209, 155);
    }
    table{
        border-collapse: collapse;
    }
    td, tr{
        padding: 10px 5px;
    }
    input[type="text"], input[type="number"], input[type="email"], textarea, select, button{
    display: block;
    font-size: large;
    margin: 15px 0px;
    width: 400px;
    box-sizing: border-box;
    border-radius: 4px; 
    }
    textarea{
    height: 200px;
    padding: 5px 4px;
    }
    button:active{
    background-color: rgb(249, 209, 155);
    color: white;
    border-radius: 4px;
    }
    .footer {
        color: #000000;
        text-align: left;
    }