
header .navbar
{
    background-color: #1b1b29;
}
header img
{
    width: 35px;
    height: 45px;
}
footer
{
    background: #1b1b29
}
footer a
{
    text-decoration: none;
    color: white;
}
main .carousel-inner img
{
    max-height: 70vh;
    object-fit: cover;
    filter: grayscale(30%);
}
section img
{
    max-width: 40%;
    max-height: 40%;
    align-items: center;
    align-content: center;
}