body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: lightcyan;
    padding: 20px;
    margin: 0 auto;
}

header {
    background-color: #4caf50;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
    /* border: black solid; */
    border-radius: 100px;
}

footer {
    text-align: center;
    color: #665;
    font-size: 14px;
    margin-top: 50px;
}

table {
    background-color: white;
    border-radius: 10px;
    width: 100%;
}

th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    /* background-color: #4caf50; */
    font-weight: bold;
}

.game-item:hover {
    /* background-color: burlywood; */
    margin: auto;
}

.rank {
    color: blue;
    font-size: 20px;
    font-weight: bold;
    /* background-color: black; */
}

.rank:hover {
    background-color: black;
}

.name:hover {
    background-color: burlywood;
}

.artist:hover {
    background-color: burlywood;
}