h1,h2,h3,h4,h5,h6 {
    font-family: 'Play', 'Helvetica Neue', 'Arial', sans-serif;
}

p {
    font-family: "Roboto", 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #1B1F24;
    color: #fcfcfc;
}

.single-item {
    background-color: #272A30;
    width: 300px;
    height: 350px;
    font-size: 1.6em;
}

.single-item:hover {
    background-color: #393d46;
}

.single-item-small {
    background-color: #272A30;
    width: 150px;
    height: 200px;
    font-size: 1em;
    overflow-wrap: normal;
    padding: 5px;
}

.single-item-small:hover {
    background-color: #393d46;
}



.reward {
    background-color: #272A30;
    min-width: 300px;
    max-width: 600px;
    font-size: 1.6em;
}


.google-ads {
    margin: 0 auto;
    text-align: center;
}

.google-ads1 {
    margin: 5px;
    width: 336px;
    height: 280px;
    display: inline-block;
}

.google-ads2 {
    margin: 5px;
    width: 336px;
    height: 280px;
    display: inline-block;
}

.google-ads-type-2 {
    margin: 0 auto;
    text-align: center;
    width: 970px;
    height: auto;
    display: inline-block;
}

.google-ads-type-2-banner {
    max-width: 970px;
    height: auto;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;

}

.cpmstar-bottom {
    max-width: 300px;
    height: auto;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.keygen {
    background-color: #272A30;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.key-input-container {
    width: 100%;
}

#keyList {
    width: 100%;
}

.input-group {
    width: 100%;
}

.cipher .list-item {
    display: flex;
    align-items: center;
}

.cipher .first-letter {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-weight: bold;
    margin-right: 5px;
}

.cipher .arrow {
    display: inline-block;
    color: #4CAF50;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.cipher .content {
    display: inline-block;
}

.cipher ul {
    padding-left: 0;
}

.combo .list-item {
    display: flex;
    align-items: center;
}

.combo .arrow {
    display: inline-block;
    color: #4CAF50; /* Зелёный цвет стрелки */
    font-weight: bold;
    margin-left: 10px; /* Отступ слева */
    margin-right: 10px; /* Отступ справа */
}

.combo .content {
    display: inline-block;
}

.combo ul {
    padding-left: 0;
}

.combo .type {
    color: #78909C;
    font-size: 0.7em;
}

.combo .spinner-color {
    color: #78909C;
}

.countdown-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.countdown-container .countdown-circle {
    color: #ffdd57;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 3px solid #ffdd57;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 25px rgba(255, 221, 87, 0.8);
}
.countdown-container .days {
    font-family: 'Play', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #ffdd57;
    margin: 0;
}
.countdown-container .time {
    font-size: 1.5rem;
    color: #ffffff;
}
.countdown-container .logo {
    max-width: 400px;
    margin-bottom: 20px;
}
.countdown-container .main-text {
    font-weight: 400;
    font-style: normal;
}
.countdown-container .countdown-text {
    font-weight: 400;
    font-style: normal;
}

@media screen and (max-width: 1200px) {
    .cpm_right {
        display: none;
    }
}


@media screen and (max-width: 800px) {
    .google-ads1 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .google-ads2 {
        display: none;
    }


    .google-ads-type-2 {
        margin: 0 auto;
        text-align: center;
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .google-ads-type-2-banner {
        width: 300px;
        height: auto;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;

    }

    .cpm_left {
        display: none;
    }
}