body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    flex: 1;
}

.navbar-nav .nav-link.active {
    font-weight: bold;
    color: #ffffff !important;
}

.card-img-top {
    border-radius: 60px;
}