@keyframes title{0%{box-shadow:-5px -10px 10px #11bb88;opacity:.7}33%{box-shadow:-5px 10px 10px #037553;opacity:1}66%{box-shadow:5px -10px 10px #037553;opacity:.6}to{box-shadow:5px 10px 10px #087f5b;opacity:.9}}h1{text-align:center;font-family:Courier New,Courier,monospace;margin-top:20px;color:#087f5b}.container{margin-top:20px;flex-direction:column;flex-wrap:wrap;gap:20px}.card,.container{display:flex;justify-content:center;align-items:center}.card{width:80%;height:400px;background-color:#e6fcf5;border:2px solid #96f2d7;border-radius:20px}.card p{font-size:3em;font-family:Courier New,Courier,monospace;color:#03553c;font-weight:700;margin-bottom:150px;border-radius:10px;padding:10px;animation:title 5s ease-in-out infinite alternate}#gamesCard{background-image:url(/games.png)}#gamesCard,#profileCard{background-size:cover;background-position:50%;background-repeat:no-repeat}#profileCard{background-image:url(/home.png)}@media screen and (min-width:900px){h1{font-size:3em}.container{flex-direction:row;column-gap:100px}.card{width:480px;height:635px}}