.main { position: relative; max-width: 720px; } .container { display: flex; flex-direction: row; position: relative; left: -7px; margin-top: 1.5rem; margin-bottom: 1.5rem; padding-left: 15px; padding-right: 15px; } .inputSection { padding-top: 2.5rem; min-width: 250px; } .inputSection, .displaySectionUI { margin-bottom: 10px; } .displaySectionUI { background-color: #eef0f1; min-width: 500px; padding: 4rem; margin-left: 1rem; } .submitUI { display: flex; justify-content: space-between; margin-top: 1rem; } .submitButton { background-color: #ffffff; padding: 15px 25px; border: 1px solid #b8b8b8; border-radius: 5px; } .secLastSection { margin-top: 2rem; } .subjectSection { text-align: center; margin: 30px 0; } .closingSection { margin-top: 0.5rem; padding-top: 1rem; } .active-logoSection { display: flex; /* Or any other style that shows the section */ }