.btn {
    background-color: #be0c6c;
    color: white;
    border: 1px solid #8a094e;
    margin-bottom: 10px;
    width: 100%;
}

.btn:hover {
    background-color: #8a094e;
    border-color: #be0c6c;
    color: white;
}

#content {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

#textViewButtons {
    width: 250px;
    padding: 20px;
    background-color: #f4f4f4;
    border-right: 1px solid #ccc;
}

#textView,
#livePreview {
    flex: 1;
    margin: 10px;
    height: calc(100vh - 60px);
}

#editor {
    height: 100%;
    width: 100%;
    border: 1px solid #ccc;
    font-family: monospace;
    padding: 10px;
}

#liveFrame {
    height: 100%;
    width: 100%;
    border: 1px solid #ccc;
}

.copyrightText {
    display: none;
}
