IdleUI {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #3b3b3b;
justify-content: center;
align-items: center;
font-weight: bold;
.title {
font-size: 45px;
font-family: Poppins;
color: #fff;
}
.timer {
position: absolute;
top: 32px;
font-size: 24px;
font-family: Poppins;
color: #fff;
}
}