body {
    font: 14px sans-serif;
    color: white;
    background-color: black;
}

.container {
    display: flex;
    vertical-align: top;
    width: 100%;
    height: 50%;
    padding: 10px;
    border: 0px solid black;
}

#viewContainer {
    flex: 2;
}

#tfContainer {
    flex: 1;
}

.dot {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    margin: 1px;
}

#arrayStrContainer {
    width: 100%;
}

.button-text-container {
    display: flex;
    align-items: center; /* Zentriert die Elemente vertikal */
    margin-bottom: 10px; /* Abstand zwischen den Reihen */
}

.button-text-container button {
    margin-right: 10px; /* Abstand zwischen Button und Text */
}