body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.game-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    width: 24rem;
}
.game-item h2 {
    margin: 0 0 10px;
    text-align: center;
}
.game-item p {
    margin: 5px 0;
    text-align: center;
}
.button {
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
    background-color: #1e90ff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px;
    border: none;
    font-size: 17px;
}
button{
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.button:hover {
    background-color: #0056b3;
}
#status{
    margin: 1rem 0rem 1rem 0rem;
}
#review{
    margin: 1rem 0rem 1rem 0rem;
}
.comment{
    margin: 1rem 0rem 1rem 0rem;
}
.bodyPromijeniIgre{
    margin-top: 4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.igre-container{
    display: flex;
    /* gap: 0.5rem; */
    flex-wrap: wrap;
    width: 81rem;
    justify-content: space-around;
    /* background-color: aqua; */

}