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


.product-text {
    font-size: 32px;
}

.cost-text {
    font-size: 26px;
}

.cont {
    padding: 80px;
    display: flex;
}

.cont div {

}

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

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

.methods {
    display: flex;
    justify-content: center;
}

.payment_option_button {
    padding: 10px 20px;
    border-radius: 4px;
}


#payment_messages {
    margin-top: 15px;
}