@font-face {
    font-family: lmroman10;
    src: url('fonts/lmroman10-italic.otf') format('opentype');
}

@font-face {
    font-family: lucida;
    src: url('fonts/lucida.ttf') format('truetype');
}

.letters-font {
    font-family: lucida;
    font-size: 15px;
    padding-top: 7px;
}

.wrapper,
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
}

.title {
    font-family: 'Arial', sans-serif;
    color: #1960a5;
}

.about-text {
    font-family: 'Arial', sans-serif;
    position: fixed;
    bottom: 0;
    right: 20px;
    font-size: 12px;
    color: grey;
}

.arial {
    margin-top: 10px;
    padding-bottom: 10px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.logo {
    position: fixed;
    top: 20px;
    right: 10px;
}

body {
    margin: 0;
    background-color: #000;
    color: #fff;
    /* font-family: Monospace; */
    font-family: lmroman10;
    font-size: 20px;
    line-height: 24px;
    overscroll-behavior: none;
}

a {
    color: #009fe3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    cursor: pointer;
    text-transform: uppercase;
}

#info {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 1; /* TODO Solve this in HTML */
}

a,
button,
input,
select {
    pointer-events: auto;
}

canvas {
    cursor: grab;
}

canvas:active {
    cursor: grabbing;
}

input[type='button'] {
    color: #ffffff;
    background: #1960a5;
    border: 1px;
    border-color: #1960a5;
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
    width: 100px;
}

.slidecontainer input {
    height: 2px;
    margin: 1rem;
    cursor: pointer;
}

.dg.ac {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2 !important; /* TODO Solve this in HTML */
}

#overlay {
    position: absolute;
    font-size: 16px;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.7);
}

#overlay button {
    background: transparent;
    border: 0;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    color: #ffffff;
    padding: 12px 18px;
    text-transform: uppercase;
    cursor: pointer;
}

#notSupported {
    width: 50%;
    margin: auto;
    background-color: #f00;
    margin-top: 20px;
    padding: 10px;
}
