@import "fonts.css";

html {
    margin: 0px;
    padding: 0px;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #000;
    color: #fff;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.dev_row {
    display: flex;
    flex-direction: row;
}

.dev_box {
    flex: 1;
    text-align: center;
    margin-top: 5px;
}
