.main-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 90%;
  border: 5px solid white;
  gap: 10px;
  margin-left: auto;
  margin-right: auto 
}

.line {
  width: 5px;
  height: 80%;
  background-color: var(--clr-accent-400);
}