Alon Albalak
initial commmit
71a764a
raw
history blame
335 Bytes
/* Game Mechanics Styles */
.game-mechanics {
background: rgba(255, 255, 255, 0.1);
border-radius: 15px;
padding: 30px;
margin: 30px 0;
backdrop-filter: blur(10px);
}
.mechanic-item {
margin: 15px 0;
font-size: 18px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}