
body {
    background: navy;
    color: yellow;
    font-family: "Comic Sans MS", Arial;
}

h1 {
    text-align: center;
    color: lime;
    text-shadow: 2px 2px red;
}

marquee {
    color: white;
    background: red;
    font-size: 24px;
    margin-bottom: 20px;
}

table {
    width: 90%;
    margin: auto;
    border: 5px ridge hotpink;
    background: black;
}

th {
    background: red;
    color: white;
    padding: 10px;
}

td {
    border: 1px solid lime;
    padding: 8px;
    text-align: center;
}
