.code-container {
    position: relative;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;        margin-top: 20px;
    margin-bottom: 30px;
}

.copy-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 0.8rem;
}

pre {
    margin-bottom: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}
