.main-view {
  border: 3px solid black; 
  display: flex; 
  align-items: center;  
} 

body { 
 height: 100vh;  
}   
   
.container-fluid {    
  height: 100vh; 
}   
 
.container { 
  border: 2px solid green;
  height:90%;  
}

#left-view {
  background-color: #212429;
} 
 
#right-view { 
  background-color: #272a2f;
} 
 
#search-bar {
 background-color: #2d3035;
 border-radius: 50px;
 border: non;
} 
 
.override-nav:active {
  color:#e85f41!important;
}