@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background-color: #ebf2f9;
    font-family: 'Montserrat', sans-serif;
}

header {

    background-image: url("/img/banner01.png");
    background-position: center;
    background-size: cover;
    padding: 15px 0px;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #ff6a00;
}

footer {
    background-color: #243887;
    color: white;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}



.textbottom {
    padding: 30px;
}

.custom-banner {
    background-image: url(/img/background.png);
    color: #2c3c8b;
    text-align: center;
    padding: 0px 0px;

}

.custom-banner p {
    margin-bottom: 55px;
    font-size: 20px;
    font-weight: 600;
}

.container {
    padding-top: 30px;
    padding-bottom: 60px;

}

.card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 11px;
    margin-top: 50px;
    margin-left: 12px;
    margin-right: 12px;
    border: 1.5px solid rgb(153, 153, 153);


}

.card-img-top {
    border-radius: 10px 10px 8px 8px;
    width: 100%;
    border-bottom: 2px solid rgb(0, 0, 0);
}

.card-body {
    font-size: 22px;
    padding-top: 8px;
    font-weight: 700;
}

.modal-content {
    background-color: rgb(54, 54, 54);
    color: white;
}

.btn {
    background-color: #fc5c00;
    border: 1px solid #fc5c00;
}