.code-textarea {
    background-color: var(--text-color-main);
    border: none;
    border-radius: 1rem;
    color: white;
    font-family: monospace;
    height: 64rem;
    padding: 2rem;
    resize: none;
    width: 100%;
}

.code-textarea:focus {
    outline: none;
}

.button-group-float {
    position: absolute;
    top: 2rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
