.dev-overlay {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 9999;
    opacity: 0.9;
    border-radius: .5rem;
    background-color: #000;
}