@import 'AboutText.css';
@import 'UI.css';

html, body {
    padding: 0;
    margin: 0;
}

* {
    font-family: sans-serif;
    font-size: 12px;
    color: #333;
}

input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
}

.stretch {
    width: 100%;
    height: 100%;
}

.fullscreen {
    width: 100vw;
    height: 100vh;
}

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

.checkerboard {
    background: url('../images/alpha-checkerboard.png') repeat;
}

.invisible {
    display: none !important;
}

.main-container {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.flex-none {
    flex: none;
}

.flex-auto {
    flex: auto;
}
