.error {
    color: red;
    font-size: 95%;
}

.debug-wrapper {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 40px;
    width: 100% !important;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: nowrap;
    flex-direction: column;
    background-color: rgb(255, 255, 225);
}