﻿#section-game .title-game{color:#93e2b2;text-shadow:2px 2px black;}.memory-game{margin:auto;display:flex;flex-wrap:wrap;perspective:1000px;border:2px solid #000;border-radius:4px;background-color:#000;}@media(min-width:768px){.memory-game{width:640px;height:640px;}}.memory-card{position:relative;transform:scale(1);border:2px solid #375cab;overflow:hidden;padding:5px;background-color:#fff;border-radius:4px;}.memory-card img{border-radius:4px;}.memory-card:active{transform:scale(.97);transition:transform .2s;}.memory-card.flip .front-face{transform:scale(1);}.memory-card.flip .back-face{transform:scale(0);}.front-face{transform:scale(0);transition:transform .2s;}.back-face{transform:scale(1);}