#countdown{display:none;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,0.5);justify-content:center;font-size:15rem;font-weight:700;z-index:299;opacity:0;transition:opacity 1s ease-in-out;}#countdown p{position:relative;top:25%;color:transparent;paint-order:fill stroke;-webkit-text-stroke-width:10px;-webkit-text-stroke-color:#ffd500;transform:scale(0);opacity:0;animation:reveal 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;}#soundPrompt{display:none;position:absolute;bottom:-200px;height:auto;width:100%;text-align:center;flex-direction:column;align-items:center;padding-bottom:20px;gap:15px;z-index:301;transition:bottom 1s ease-in-out;}#soundPrompt p{font-size:1rem;color:white;}#soundPrompt img{background-color:#00A3DB;padding:4.5%;width:19%;height:auto;opacity:0;transition:opacity 1s ease-in-out;}