.code-container {
    position: relative;
}

.code-block {
    overflow: scroll;
    border: 2px solid white;
    color: white;
    padding: 1rem;
}

.copy-button {
    position: absolute;
    top: 10px;
    right: 5%;
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 10px;
}

.copy-button:hover {
    background-color: #555;
}

.toast-dark {
    background-color: slategray;
    color: black;
    border: none;
}

.toast-dark .toast-header {
    background-color: darkgray;
    color: black;
    border-bottom: none;
}

.toast-dark .toast-header .close {
    color: black;
}

.toast-dark .toast-body {
    color: black;
}