/* styles.css */

.container {
    display: flex;
}

.left-column {
    width: 20%; /* Adjust the percentage as needed */
    background-color: white;
    padding: 5px;
}

.right-column {
    width: 80%; /* Adjust the percentage as needed */
    background-color: white;
    padding: 5px;
}