.text-container {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    width: 750px;
}

.text-content {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.copy-button {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
}