#main{
  justify-content: center;
}

#content-box{
  display: flex;
  flex-direction: column;
  row-gap: 1vh;
  width: 50%;
}

