body{
    background-color: #f4a460;;
    box-sizing: border-box;
    text-align: center;
    list-style-type: none;
    text-decoration: none
}
a{
    list-style-type: none;
    text-decoration: none;
}


/*box-sizing: border-box;
    color: white;

a{
    text-decoration: none;
}
ul li a{
    color: white;
}

ul li {
    background-color: bisque;
}