.navbar-brand  {
    color: white;
}
nav .navbar-nav .nav-link {
    color: #cbd5db;
}

nav .navbar-nav .nav-link:hover {
    color: black;
}

nav .navbar-nav .nav-link.active {
    color: #cbd5db;
}
/* .navbar-toggler{
    color: white;
} */
section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}
.myimg{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    flex-direction: column;
}

section .row {
  margin-top: auto;
}