.table {
    max-width: 50%;
    border: 4px solid #A45852;
    background-color:white;
    color: #1e1e1e;
   text-align:center;
}

tbody>tr>:nth-child(1){ 
 text-align: left;
}
h1,h4{
    text-align:center;
}

tbody td a{
    color:#1e1e1e;
    text-decoration: underline;
}

a:hover {
    color: #c1b06b;
    
}

.contact-info{
    background-color: #e1d9b7;
}

mark{
    background-color: #e7e0c5;
}
