/* Page background only */
body {
    background: #46178f; /* Kahoot-like purple */
    color: #ffffff;      /* Make text white */
}

/* Make all links white */
a, a:visited {
    color: #ffffff;
}

a:hover {
    color: #1e90ff; /* blue on hover */
}

/* Black background for footer */
footer {
    background-color: #000000;
    padding: 20px;
    text-align: center;
}

table, td, tr, th, tbody, thead {
    border: 2px dashed #000000;
}