html body {
    height: 100%;
    width: 100%;
    background-color: #000000;
    padding: 0;
    margin: 0;
    position: fixed;
    overflow: hidden;
}

#wrapper {
    position: absolute;
    width: fit-content;
    height: 90px;
}

#counter {
    color: #BBBBBB;
    font-size: 1em;
    font-family: monospace;
    font-weight: bold;
    z-index: 2;
    position: fixed;
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
    width: 120px;
    & #generalcounter {
        float: right;
    }
    & #cornercounter {
        float: right;
    }
}
.tag {
    float: left;
}