main {
    background-color: whitesmoke;
    color: black;
    padding: 1rem;	
}

a { 
    font-family: helvetica;
    color: white;
    text-decoration: none;
}

a:hover {
    background-color: #DCDCDC;
    text-decoration: underline;
    cursor: pointer;
}

p { 
   font-family: Arial, sans-serif;
}

.table {
    width: auto;
    margin-bottom: 20px;
}

.list-group {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.list-group li {
    color: black;
}

.flex-row {
    background-color: whitesmoke;
    padding: 1rem;
}
