.block-game_row-5 {
    margin: 20px 20px 0 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mt-0 {
    margin-top: 0;
}

.block-game_row-3 .btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
}

.m-auto {
    margin: auto !important;
}

.block-game_s1 span {
    font-weight: 100;
    font-size: 32px;
}

.text-center {
    text-align: center;
}

.overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 22, 31, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.contents {
    background: transparent;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 300px;
}
.contents p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
button {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    border: none;
    border-radius: 65px;
    cursor: pointer;
    font-size: 16px;
}
.btn-primary { background: #27ae60; font-weight: 700; color: #151619; }
.btn-secondary {
    background: #55A8EC;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.btn-secondary svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.life {
    background: url("../images/svg/heart.svg") no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.spin {
    background: url("../images/svg/spin.svg") no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}