body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

.info-box {
    background-color: rgba(225, 225, 225, 0.2) !important;
}

.navbar {
padding-left: 35px;
padding-right: 35px;
}

.card-img-top {
    height: 250px;
}

:root
{
    --bs-btn-bg: #000000 !important;
}