body {
    font-family: "Montserrat", sans-serif;
    background-color: #404657;
}

main {
    background-color: white;
}

#top_container {
    background-color: #404657;
    min-height: 75%;
}

#bottom_container, #bottom_second {
    background-color: #404657;
}

#triggerbot_why, .triggerbot_card_title, #triggerbot_txt_cse {
    font-size: 32px;
    font-weight: bold;
    color: #236ed8;
}

.triggerbot_card_title {
    font-weight: normal !important;
}

.iconify {
    color: #236ed8;
}

#triggerbot_description {
    font-size: 24px;
}

.triggerbot_exchange_logos {
    width: 35%;
}

@media (max-width: 1024px) {
    
    #triggerbot_description {
        font-size: 18px;
    }
    
    #triggerbot_why, .triggerbot_card_title {
        font-size: 24px;
        font-weight: bold;
        color: #236ed8;
    }
    
    #triggerbot_txt_cse {
        font-size: 18px;
        font-weight: bold;
        color: #236ed8;
    }
}

@media (max-width: 400px) {
    #triggerbot_txt_cse {
        font-size: 16px;
        font-weight: bold;
        color: #236ed8;
    }
}
