Şu kısma oha yav. Gerçekten çok yaratıcı



.face {
position: absolute;
top: 50px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 40px;
z-index: 3;
display: flex;
justify-content: space-between;
align-items: center;
}

.eye {
width: 12px;
height: 12px;
border-top: 3px solid #161623;
border-radius: 50%;
margin-top: 5px;
}

.mouth {
position: absolute;
bottom: 5px;
left: 50%;
transform: translateX(-50%);
width: 24px;
height: 12px;
background: #161623;
border-radius: 0 0 20px 20px;
overflow: hidden;
}

.tongue {
width: 100%;
height: 60%;
background: #ff6b6b;
position: absolute;
bottom: 0;
border-radius: 10px 10px 0 0;
}