* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    text-decoration: none;
    outline: 0;
}

img {
    max-width: 100%;
}

#flow,
body,
html {
    height: 100%;
}

#flow,
.midle {
    width: 100%;
    display: flex;
}

html {
    position: relative;
}

body {
    background: #FFF;
    margin: 0;
}

#flow {
    justify-content: space-between;
    flex-direction: column;
}

.midle {
    max-width: 1150px;
    min-height: 30px;
    margin: 0 auto;
    transition: .1s;
}

deb {
    position: fixed;
    bottom: 0;
    right: 20px;
    background: #00c4ff;
    padding: 2px 15px;
    z-index: 10000;
    color: #000;
    font-size: .9rem;
    box-shadow: 2px 2px 3px rgba(0, 98, 255, 0.3);
    opacity: .8;
}