@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

.myContainer{
    margin-top: 75px; 
}

.myNavDiv {
    display: inline-flex;
}

.ctblack {
    background-color: rgb(40, 46, 51);
    color: white;
    border-radius: 20px;
}

body {
    background-image: url(../media/bodybg.jpg);
    background-size: 100%;
    background-attachment: fixed;
}

@media (max-width: 767px) {
    body {
        background-image: url(../media/bodybgcell.jpg);
        background-position: bottom;
    }
    .navbar-brand img {
        width: 30%;
    }
}

.centered {
    margin: 0 auto !important;
    float: none !important;
}

.mycarou {
    color: white;
}

.imgs {
    border-radius: 20px;
}

p {
    text-align: justify;
}

.co {
    padding-left: 7%;
}

#total {
    background-color: rgba(0%, 0%, 0%, 0);
    color: white;
    font-weight: bold;
    border-color: rgba(0%, 0%, 0%, 0);
    font-size: 25px;
}


