html, body{
    min-height: 100vh;
    margin:0;
    display: flex;
    flex-direction: column;

}

.navbar{
}

.main-container{
    overflow-y: auto;
    margin-top: 4px;
    margin-bottom: 45px;
    flex:1;
}


.nav-logo{
    max-width: 150px;
    padding: 0.5rem 0.125rem;

}

.nav-logo img{
    max-width: 100%;
}


footer{
    min-height:35px;
    background-color: var(--bs-gray-500);
    color:white;
    font-size:14px;
    bottom: 0;
    
}

.footer-row {
    padding:.5rem 10% ;
}

.button-col{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-col{
    display: flex;
    align-items: center;
    justify-content: center;
}
.activity-button{
    height:75%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

@media (min-width: 768px){


}

