.countdown{ top:5%; left:1%; display: flex; justify-content: end; gap: 10px; z-index: 1; position: absolute; } .showlevels{ z-index: 1; position: absolute; color: #fff; margin-left: 47%; } small{ font-size: 10px; } .demoncount{ left:1%; box-shadow: 1px 1px 15px rgba(0,0,0,0.25); top:2%; border-radius: 5px; background: #6a0e0e5e; color: #2fff14; } #demontxtclr{ color:rgb(218, 41, 41); } .countdown > div{ display: flex; flex-wrap: nowrap; flex-direction: column; justify-content: center; align-items: center; margin-top: 40px; font-family: 'Orbitron', sans-serif; box-shadow: 1px 1px 15px rgba(0,0,0,0.25); width: 55px; height: 55px; border-radius: 5px; background: #000000a3; color: #2fff14; } .star{ box-sizing: border-box; position: absolute; width: 198px; height: 199px; left: 842px; top: 379px; background: #FFCD00; border: 4px solid #EDBE01; box-shadow: 0px 0px 28px #FFCD00, inset 0px -19px 14px #ECBE01, inset 0px 18px 14px #FFE061; border-radius: 12px; } .container { position: relative; width:100%; margin: 0 auto; text-align: center; } #sucess{ display: flex; justify-content: center; margin-top: 5%; } #redrectangle{ position: absolute; width: 20%; height:15%; /* left: 553px; */ top: -15px; background: linear-gradient(94.9deg, #C11F25 0%, #ED2024 109.93%); border: 5px solid #FFFFFF; border-radius: 24px; } #level{ margin-top: 5%; } #win{ position: absolute; font-style: normal; font-weight: 800; line-height: 50px; top: 50%; font-size: small; color: #FFFFFF; text-shadow: 0px 4px 4px rgb(0 0 0 / 25%); left: 45%; transform: translate(-45%, -70%); } .completed{ font-style: normal; position: absolute; color:#D62024; } .description{ position: absolute; top: 50%; font-size: 10px; } #lastbtn{ position: absolute; top: 90%; left: 40%; } #lastbtn img{ width: 30%; } #GameReload{ position: absolute; top: 90%; left: 40%; } #GameReload img{ width: 30%; } .daemonbox{ box-sizing: border-box; position: absolute; width: 25%; /*height: 20%;*/ left: 37%; top: 65%; background: #DD9424; border: 3px solid #BB7100; border-radius: 11px; } .daemonbox img{ width: 18%; } .daemonsnm{ color: #fff; margin-top: -5%; font-size: 12px; } #shootcount{ font-size: 11px; margin-top: -4%; font-weight: 600; color: white; } /* end main css */