
body {
  min-height: 100vh;
  padding: 0;
}

body {
    height: 100%
}


#top_cont {
    background-image: url("/static/images/monni_background_neon_v3.png");
    min-height: 100%;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    background-color: rgba(30, 31, 42, 0.8);
    animation: background-change 5s infinite alternate; /* Animation for background color */
}

@keyframes background-change {
    0% {
        background-color: rgba(25, 25, 42, 0.8);
    }
    50% {
        background-color: rgba(20, 20, 42, 0.8)
    }
    100% {
        background-color: rgba(15, 15, 42, 0.8)
    }
}

.premium_text {
    color: #ffa01a;
    font-size: 60px;
    font-family: "Poppins" !important;
    text-shadow: 0 0 5px #9b1d20;
    text-align: center;
}

.premium_print {
    color: white;
    font-size: 24px;
    font-family: "Roboto" !important;
}

.margin_100 {
    margin-top: 100px;
}

.faq-text {
    color: white;
    font-size: 30px;
    font-family: "Roboto" !important;
}

.prem_button {
    font-size: 20px !important;
}

.prem_button_small {
    font-size: 18px !important;
}

.price_option {
    border: 1px solid black;
    display: flex;
    background-color: #22272a;
    border-radius: 4px;
    flex: 1;
}

.price_info {
    display: flex;
    flex-direction: column;
}

.per_month {
    display: flex;
    flex-direction: column;
}

.month_price {

}


.price_section {
    display: flex;
    width: 100%;
    padding: 10px;
}

.price_time_period {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.price_radio {
    margin: 10px;
}

.single_card:has(.price_radio:checked) {
    border-color: #e08300;
    box-shadow: 1px 1px 2px 2px #9c5b00;
}

.price_title {
    font-size: 22px;
    font-family: "Roboto";
}

.per_month > .price_title {
    text-align: center;
}


.help-text {
    font-size: 16px;
    font-family: "Roboto";
    color: gray;
}

.big_card {
    max-width: 800px;
    min-width: 260px;
    background-color: #212529;
    border-radius: 15px;
    padding: 20px;
    flex-grow: 1;
}

.big_card_container {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
}

.buy_buttons {
    justify-content: center;
    display: flex;
    gap: 80px;
    padding: 20px;
}

.buy-prem-button {
    font-size: 18px !important;
}

.card_container {
    display: flex;
    gap: 60px 60px;
    width: 100%;
    padding: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.big_card_section {
    flex: 1;
}

.card_title {
    font-size: 28px;
    font-family: "Roboto";
    margin: 0px;
    text-align: center;
    padding: 10px;
}

.card_title_2 {
    font-size: 18px;
    font-family: "Roboto";
    margin: 0px;
}

.card_pusher {
    display: flex;
    justify-content: space-between;
}

.single_card {
    width: 100%;
    background-color: #191e21;
    border-radius: 15px;
    border: 1px solid black;
    display: flex;
}





.price_cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.premium_list {
    content: "--";
    font-size: 20px;
    margin: 10px 0;
    max-width: 300px;
    font-family: "Roboto";
}