/*
@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro|Courier+Prime|IBM+Plex+Mono|Inconsolata|Nanum+Gothic+Coding|PT+Mono|Roboto+Mono|Source+Code+Pro|Ubuntu+Mono&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro');
@import url('https://fonts.googleapis.com/css?family=Courier+Prime');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono');
@import url('https://fonts.googleapis.com/css?family=Inconsolata');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding');
@import url('https://fonts.googleapis.com/css?family=PT+Mono');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono');
*/
@import url('https://fonts.googleapis.com/css?family=Orbitron:700');


html {
    background-color: #000000;
    color: #00FF00;
    font-family: 'Orbitron', sans-serif;
    font-size: 5vw;
    font-weight: bold;
    font-style: normal;
}

body, div, p, a, span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
}

body.main {
    background-color: inherit;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

div.box {
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

p.text {
    line-height: 1;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}

p#texti {
    text-align: right;
}

p#text {
    flex-grow: 0;
}

html.style-default {
    background-color: #000000;
    color: #00FF00;
    font-family: 'Orbitron', sans-serif;
    font-size: 5vw;
    font-weight: bold;
    font-style: normal;
}

html.style-light {
    background-color: #FFFFFF;
    color: #000000;
}

html.style-dark {
    background-color: #000000;
    color: #FFFFFF;
}

html.style-font-normal {
    font-weight: normal;
    font-style: normal;
}

html.style-font-bold {
    font-weight: bold;
}

html.style-font-bolder {
    font-weight: bolder;
}

html.style-font-lighter {
    font-weight: lighter;
}

html.style-font-italic {
    font-style: italic;
}

html.style-font-oblique {
    font-style: oblique;
}

html.style-orbitron {
    font-family: 'Orbitron', sans-serif;
}

html.style-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Hack, "Liberation Mono", "Roboto Mono", "Courier New", monospace;
}

html.style-serif {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
