* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    list-style: none;
}



header {
    background-color: #ffffff;
    margin: auto;
    margin-top: 40px;
}

nav {
    background-color: brown;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}

/*--------*/

#lista {
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: block;
color: #ffffff;
    
    

   

}

#lista li {
    padding: 5px;
    font-size: 17px;
    position: relative;
    text-align: center;
    text-align: center;
    
     
    
}

/*----------*/





table {
    color: white;
    table-layout: fixed;
    border-collapse: collapse;
    margin:  0 auto;
    font-size: 14px;
    table-layout: fixed;
    border-collapse: collapse;
    background: rgb(128, 47, 47);
   
    
    
}





thead {
    background: rgba(212, 68, 68, 0.4);
}


th {
    padding: 20px 15px;
    font-weight: 700;
    text-transform: uppercase;
}

td {
    text-align: center;
    padding: 15px;
    border-bottom: solid 1px rgba(248, 145, 145, 0.5);
    
}

td a {
    text-decoration: none;
    color: #ffffff;
}

tbody tr {
    cursor:pointer;
}

tbody tr:hover {
    background: red;
}