.submit-response-container {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align items to the left */
}

#response {
    margin-left: 20px; /* Adjust as needed */
    margin-top: 0; /* Set top margin to 0 */
    margin-bottom: 0; /* Set bottom margin to 0 */
    display: flex;
    align-items: center; /* Center the text inside the response div */
}

.ui.button {
    margin: 0; /* Remove margin from the button */
    padding: 10px 20px; /* Adjust padding as needed */
}
