.code-snippet-container {
    width: 100%;
    position: relative;
}

.code-snippet {
    box-sizing: border-box;
    width: 100%;
    background-color: black;
    color: white;
    resize: none;
    border: 4px solid gray;
}

.code-snippet--copy {
    position: absolute;
    right: 8px;
    bottom: 9px;
    border: 1px solid white;
    z-index: 1;
}

.code-snippet--copy:hover {
    background-color: rgb(214, 213, 213);
}
