.formTextContainer {
    /* flex-grow: 1; */
    margin: 50px 20px 50px 20px;
    text-align: left;
}

.content_container {
    animation: fadeIn 1.5s ease-in-out forwards;
}

.container {
    margin: 20px; /* Set the desired margin */
}

#history {
    display: flex;
    flex-direction: column;
}

.historyFrameContainer {
    display: flex;
    align-items: center;
    margin: 5px;
    background-color: white;
    width: 100%; /* Make the container take up the full width */
    border-radius: 5px;
}

.historyFrame {
    /* all:unset; */
    border: 1px solid #000;
    margin: 5px 0 5px 5px;
    padding: 5px;
    flex-grow: 1; /* Allow the frame to grow and take up available space */
    background-color: white;
}

.historyFrameRight {
    margin-left: 15px;
}

.historyFrame * {
    font-family: 'text' !important;
    font-size: 100% !important;
    background-color: white !important; /* Ensure all elements have white background */
    color: black !important; /* Ensure all elements have black text color */
}

#editbox {
    font-family: 'text';
    font-size: 100%;
    margin: 5px;
    color: black;
    width: 100%;
    resize: vertical;
    background-color: white;
    border-radius: 5px;
}

.copyButton {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #1e1e1e;
}
