h1{
    text-align: center;
}
.main-container{
    display: flex;
    /* flex-direction: column; */
}
.inner-container{
    flex: 1;
    margin: 20px;
    line-height: 1.8;
}
/* .left-container{
    width: 50%;
}
.right-container{
    width: 50%;
    flex: 1;
} */