.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: #212429;
}

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