.forum{
    background-color: ##16232d;
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
}
.forum table {
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}


.forum tbody td{
    background-color: hsl(0, 0%, 96%);
    border-bottom: 1px solid hsl(0, 0%, 90%);
    color: hsl(0, 0%, 50%);
}

.forum thead tr{
    background-color: #46bbe2;
    padding: 20px;
}


.action-links a{
    background-color: #46bbe2;
    border: none;
}
.action-links a:hover{
    background-color: #41a7d0;
    border: none;
}

.forum th, td {
    padding: 15px;
}

.forum .forum__name a, tbody a.username{
    color: #2e90a8;
}



