body {
    background-color: grey;
    color: rgb(191, 228, 228);

}

a {
    color: rgb(191, 228, 228);
    text-decoration: none;
}

pre {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
    overflow-x: auto;
}

code {
    color: #212529;
    font-family: Consolas, Monaco, 'Courier New', monospace;
    font-size: 0.9rem;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 10px;
    width: 100%;
    background-color: grey;
    color: rgb(191, 228, 228);
    text-align: left;
    font-size: small;
    align-self: center;
}

.card {
    background-color: #2a3238;
    color: #97b1c0;
}

.card-subtitle {
    color: #97b1c0;
}

.card-body p {
    text-align: right;
}

.card-body-projects p {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;

}

.common-card {
    width: 18rem;

    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.common-img {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
}

.card-emb {
    flex-grow: 1;
}


.card {
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px #888888;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.container-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.card-projects {
    margin: 10px;
    padding: 10px;
    border-radius: 10px;

    background-color: #494b4b;
    color: #97b1c0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.card-body-projects p {
    text-align: left;
}

.card-emb {
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: #04416d;
    color: #97b1c0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.footer-container {
    margin: 10px;
}


.partners-img {
    margin: 10px;
    width: 100px;
    height: 100px;
}

.image-container {
    place-items: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon,
#imagethumb {
    filter: invert(1);
}

#visitnum {
    background-color: grey;
    border: 0px;
    margin-bottom: 10px;
    color: rgb(191, 228, 228);
}