body{background:url(/images/rps-bg.jpg) no-repeat 50% fixed;background-size:cover;margin:0;font-family:Arial,sans-serif;display:flex;justify-content:center;align-items:center;height:100vh}.Home_container__d256j{text-align:center;background-color:#990a8d59;padding:20px;border-radius:10px;box-shadow:0 0 10px #1d1d1d;max-width:600px;margin:0 auto}.Home_h2___ndSG{margin:10px 0;display:flex;align-items:center;justify-content:center;gap:10px}.Home_choice-img__KaizF{width:50px;height:50px}.Home_scores__k1ZVZ{border:2px dotted #4169e1;margin:20px 0}.Home_buttons__vw0M6{display:flex;justify-content:center;gap:20px;margin-top:20px;flex-wrap:wrap}.Home_button__G93Ef{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background-color:purple;border:none;color:#fff;padding:15px 32px;text-align:center;text-decoration:none;font-size:16px;margin:4px 2px;cursor:pointer;border-radius:12px;overflow:hidden;width:100px;height:100px}.Home_button__G93Ef img{width:50px;height:50px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5;pointer-events:none}.Home_button__G93Ef span{pointer-events:none;z-index:1}@media (max-width:600px){.Home_buttons__vw0M6{gap:10px}.Home_button__G93Ef{width:80px;height:80px;font-size:14px;padding:10px 20px}.Home_choice-img__KaizF{width:40px;height:40px}}