.container-bg-colour {
    background-color: #f5f5f5;
}

.rounded-4 {
    border-radius: 25px;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.justify-content-center {
    justify-content: center;
}

.container-bg-sidebar {
    background-color: #007FA3;
}

.active {
    background-color: #005A70 !important;
}

.nav > li > .back-to-main {
    color: #007FA3 !important;
}

.nav > li > a {
    color: white !important;
}

