body * {
    /*color: hsla(210, 100%, 100%, 0.88) !important;*/
    /*background: hsla(0, 0%, 0%, 0.33) !important;*/

    outline: 0.25rem solid hsla(0, 0%, 100%, 0.5) !important;
}

.debug-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*button {*/
/*    padding: 10px;*/
/*    font-size: 20px;*/
/*    size: 10px;*/

/*}*/

#wrapper {
    width: 100%;
    height: 60px;
    /*border: 1px solid black;*/
    /*display: flex;*/
    align-items: center;
    /*justify-content: center;*/
}

button{
    height: 50px;
    width: 100%;


}