nav {
    background-color: rgb(160, 143, 70);
    padding:5px;
    border-radius: 15px; 
    text-align: center;
}

nav a{
    color: rgb(230, 224, 224);
    margin: 15;
    text-decoration: none;
    font-weight: bold;
}

body{
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    background-color: rgb(207, 162, 77);
}

h3,h2{
    color:#435568;
    text-align: Center;
}

p{
    font-size: 18px;
}

center {
    background-color: rgb(238, 192, 107);
    max-width: 800px;    
    margin: 30px auto;
    padding: 20px;
    border-radius: 10px; 
    box-shadow: 4px 8px rgba(0,0,0,0.1);
}

p {
    font-family:'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: left;
}

h4 {
    text-decoration:underline;
    text-align: left;
}

.game-card {
    background: #0d071f7c;
    border-radius: 20px;
    overflow:auto;
    width: 320px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.game-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 18px;
    color: white;

}

.Back { background:  rgba(133, 96, 16, 0.774);}

footer {
    color:black;
    text-align: center;
}