.container {
  height: 87%;
  display: flex;
}

.left-section {
  width: 15%;
  display: flex;
  flex-direction: column;
}

.right-section {
  width: 85%;
  border-left: 1px solid #0a65aa;
  border-top: 2px solid #39a1f1;
  border-bottom: 2px solid #39a1f1;
  z-index: 1;
}
