body{
     background-color: dimgray;
}

h1{
    color:white;
    text-align: center;
}
h2{
    color:white;
    text-align: center;
}
h3{
    color:white;
    text-align: center;
}

h4{
    color:white;
    font-size: 20pt;
    text-align: center;
}
ul.gamesList {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.gamesList li {
    flex: 1 1 0;
    text-align: center;
    padding: 20px;
    background-color: #f2f2f2;
    border: 2px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin: 0;
}
