.card {
    width: 250px;
    height: 300px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    margin: 10px;
    transition: 0.4s all;
    padding: 10px;
}
.card-central {
    width: 180px;
    height: 200px;
}
.card a {
    color: inherit;
}
.card:hover {
    transform: translate(2px, 2px);
}

@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

* {
margin: 0;
padding: 0;
box-sizing: inherit;
}

html {
box-sizing: border-box;
}

body {
font-family: 'Nunito', sans-serif;
font-weight: 400;
color: #333;
display: flex;
align-items: center;
justify-content: center;
}
.container {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.image {
    height: 70%;
    text-align: center;
    object-fit: contain;
    border-radius: 3px;
}
.image > img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.heading-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 20px;
}
.circle {
    /* color: brown; */
    font-size: 3rem;
    background: rgb(243, 242, 242);
    padding: 10px 30px;
    border-radius: 50%;
    margin-right: 40px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3)
}
.circle-even {
    background: #333;
    color: white;
}
.heading2 {
    font-size: 3rem;
}
.emphasized-letter {
    font-size: 3.3rem;
    color: red;
}
.card-central {
    background: rgba(255, 255, 255,0.9);
    height: 150px;
    position: relative;
}
.heading-alphabet {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 3px rgba(151, 96, 96, 0.2);
    padding: 20px;
}
.heading-alphabet h1 {
    font-size: 3rem;
}
.heading-alphabet i {
    font-size: 3rem;
    color: #333;
    margin-right: 50px;
}
.circle {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.circle-1{   
    background-image: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.8)), url('../alphabet_images/alphabet1/chocolate-to-cats.png');
}
.circle-3{   
    background-image: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6)), url('../alphabet_images/alphabet3/winnie-lemonade.png');
}

@media screen and (max-width: 900px){
    .heading-alphabet h1, .heading-alphabet i, .heading-group {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 500px){
    .heading-alphabet h1, .heading-alphabet i, .heading2 {
        font-size: 1.5rem;
    }
    .emphasized-letter {
        font-size: 2rem;
    }
    .heading-group {
        justify-content: center;
    }
    .heading-alphabet {
        justify-content: center;
    }
}
.icon {
    position: absolute;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border: solid 1px rgba(255,255,255,0.8);;
    /* border: solid 1px brown; */
}
.image {
    height: 70%;
    text-align: center;
    object-fit: contain;
    border-radius: 3px;
}
.image > img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
}
.card-central img {
    height:120px;
}

.icon img {
    height: 100%;
}
.hidden {
    display: none;
}
.hidden-text {
    position: absolute;
    top: -110px;
    background: white;
    padding: 10px;
    width: 90%;
    border-radius: 15px;
    margin: 0 auto;
    border: 1px dashed brown;
    text-align: center;
    min-height: 80px;
}

/* added styles */
.games-image {
font-size: 1.5rem;
line-height: 1;
}
/* .games-image img {} */
.game-card  {
/* height: 120px; */
margin-top:20px;
}