/*
Colorscheme:
VHS Dynamicron E-180
#6b1c5a #b90852 #e7083f #f62d2a #f7b003

Others
#441239
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');

h1, .pagetitle {
    color: #f7b003;
    text-align: center;
    font-family: Roboto Mono,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;
    /* font-family: 'Orbitron', sans-serif; */
    /* font-size: 1.5em; */
}

@media (min-width: 55em) {
    body {
        max-width: 900px;
    }
}

body {
    margin: auto;
    padding: 50px;
    /* background-image: linear-gradient(to bottom right, #22183c 30%, #1f4d4f); */
    font-family: Roboto Mono,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;
    /* font-family: 'Orbitron', sans-serif; */
    /* font-size: 2em; */
    /* #00666a); */
    /* #2a6769); */
    color: rgb(230,180,150);

    /* background-color: #441239; */
    /* background: #1b1b1b; */
    /* background: #0200a7; */
    /* background: #010066; */
    /* background: #0e021e; */
    background: #3d1134;
    color: #c8c8c8;
    /* text-shadow: 2px 2px 2px #333; */
}

pre {
    background-color: #221f1f;
    border-radius: 10px;
    padding: 10px;
}

#main {
}

a:link {
  color: #f62d2a;
}

/* visited link */
a:visited {
  color: #ff0400;
}

/* mouse over link */
a:hover {
  color: #ff7a78;
}

/* selected link */
a:active {
  color: white;
}

