.centered-button-container{display:flex;justify-content:center;width:100%}.button-game-container{display:flex;flex-wrap:wrap;border:2px dashed #fdd60f;padding:10px;align-items:center;gap:10px;border-radius:35px;margin-bottom:25px;width:50%;max-width:500px;justify-content:center;background-color:#333334}.button-games-full-width,.button-games-full-width-right{background-color:#fdd60f;border:2px solid #fdd60f;color:#21072a;padding:10px;text-align:center;font-size:18px;font-weight:700;cursor:pointer;flex:0 1 40%;box-sizing:border-box;border-radius:25px;transition:background-color .3s,color .3s,border-color .3s}.button-games-full-width-right{background-color:#ffd634;color:#21072a}.button-games-full-width:hover{background-image:linear-gradient(#1c1c1d,#343436);border:1px solid #fff;color:#fff;background-position:bottom left}.button-games-full-width-right:hover{background-image:linear-gradient(#1c1c1d,#343436);border:1px solid #fff;color:#fff;background-position:center}@media (max-width:600px){.button-game-container{width:90%}.button-games-full-width,.button-games-full-width-right{flex:0 1 45%}.container{padding-left:10%;padding-right:10%}}@media (max-width:370px){.container{padding-left:0;padding-right:0}}