body{
    background-color: seashell;
}



table {
  width: 100%;
  background-color: #f1f5f9;
}

th,td {
    padding: 15px;
    font-size: larger;
}

th {
    border-bottom: 2px solid red;
    text-align: left;
    height: 30px;
    background-color: #c1a5a9;
    
    
}

td {
    border-bottom: 1px solid;
    height: 30px;
    
   
}
tr:hover {background-color: c1c5a9;}


form{
    display: inline;
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 100%;
    background-color: lightcoral;
}

div.foto{
    padding: 0;
    margin-bottom: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




