.container {
  display: flex;
  flex: 1;
  height: 100vh;
}

.main {
  width: 100%;
  transition: all 0.3s ease;
  overflow-x: auto;
  overflow-y: auto;
  flex: 1;
  margin: 3.5rem 1.5rem 0;
}
