.code-container {
    position: relative;
}

.copy-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #0736f5;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}