body {
    background-color: #1a1a1a;

    color: #ffffff;
}

a:link {
    color: white
}

td, th {
    color: white;
    border: 1px solid white;
}

label {
    color: white;
}

table tr td {
    outline: white;
}

h2 {
    color: white;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.8);
    transition: 0.3s;
    border-radius: 5px;
    /* 5px rounded corners */
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.8);
}
tr:hover td {
    color: black;
    outline: 1px solid black;
}


tr:hover td a {
    color: blue;
}
tr:hover td a:visited {
    color: blue;
}
.main-table a{
    color: lightblue;
}
.main-table a:visited {
    color: lightblue;
}
.body-link:link {
    color: lightblue
}

.body-link:visited {
    color: lightblue
}
.dropdown-content a:link{
    color: black;
}