@font-face {
    font-family: 'Bilo';
    src: local('Bilo');
}

html, body {
    margin: 0;
    padding: 0;
    
    height: 100%;
}

body {
    color: white;
    background-color: black;

    font-family: "Bilo", "Calibri", Arial, sans-serif;
    font-size: 14px;

    overflow: hidden;
}

.inverted {
    filter: invert(1) hue-rotate(180deg) !important;
}

a {
    color: inherit;
}

.hidden {
    opacity: 0 !important;
}

#container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    margin: 5px;
    
    height: 100%;
}

.void {
    display: block;
    margin: 0;
    padding: 0;

    min-height: 1em;

    max-width: 100%;
    word-break: break-word !important;

    text-align: center;
    font-weight: bold;
    font-size: 6em;

    line-height: 0.8em;

    color: white;
    background: black;
    /* border: 1px solid white; */

    overflow-y: hidden;
    overflow-y: hidden;
    user-select: none;

    box-sizing: content-box;
}

[contenteditable] {
    border: 0px solid transparent;
    outline: 0px solid transparent;
    caret-color: white;
    text-decoration: none;
}

#footer {
    position: fixed;
    bottom: 0px;

    padding-top: 5px;
    padding-bottom: 10px;

    width: 100%;

    color: #fff;
    font-size: 1em;
    text-align: center;

    background-color: rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 800px) {
    #footer {
        bottom: 20px;
        font-size: 1em;
    }

    .void {
        font-size: 4em;
    }
}

.popup {
    position: absolute;

    margin: 10px;
    padding: 15px;

    max-width: 550px;
    min-width: 100px;
    
    color: color;
    background-color: #0f0f0f;
    box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.05);

    border-bottom: 2px solid white;
    border-radius: 2px;
}

h1, h2 {
    margin: 0;
}

h2 {
    font-weight: normal;
}

.btn {
    cursor: pointer;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;

    font-size: 2em;
    line-height: 0;

    user-select: none;
}

#opt-autofadeTime {
    width: 30px;
}
