html,body{background-color:#0000}.flex-container{flex-wrap:wrap;justify-content:center;gap:20px;max-width:1400px;margin:40px auto 0;display:flex}.flex-item{cursor:pointer;background-color:#92878726;border-radius:10px;justify-content:center;align-items:center;width:150px;height:150px;margin:.2em;display:flex;position:relative}.flex-item:hover{background-color:#92878766}.time{color:#fff;text-align:center;text-shadow:0 0 5px #000;opacity:.7;cursor:default;width:300px;margin:10px auto 0;font-size:4em}@media (max-width:960px){.flex-item{width:120px;height:120px;margin:.1em}.flex-container{gap:5px}}@media (max-width:544px){.flex-item{width:90px;height:90px;margin:.1em}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}.bounce{animation:1s infinite bounce}
