.main-view {
  display: flex;
  align-items: center;
}

body {
  height: 100vh;
}

.container-fluid {
  height: 100vh;
}

.container {
  border: 2px solid green;
  height: 90%;
}

#left-view {
  background-color: #212a2f;
}

#right-view {
  background-color: #272a2f;
}

#search-bar {
 background-color: #2d3035;
 border-radius: 50px; 
 border: none;
}

.navbar-nav .active>.nav-link {
  color: #e85f41!important;
} 
 
  