@font-face {
    font-family: 'Accuratist';
    src: url('fonts/Accuratist.otf') format('opentype');
}

@font-face {
    font-family: 'Neuropolitical';
    src: url('fonts/neuropolitical rg.otf') format('opentype');
}

@font-face {
    font-family: 'Exo, Medium';
    src: url('fonts/Exo-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Exo, Light';
    src: url('fonts/Exo-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Source Code Pro, Regular';
    src: url('fonts/SourceCodePro-Regular.ttf') format('opentype');
}


body {
    background-color: #0e192b;
    color: #9ff5f2;
    font-family: 'Exo, Medium';
    margin: 0;
    padding: 20px;
}

h1 {
    font-family: 'Neuropolitical';
    font-size: 2.1em;
    background: linear-gradient(90deg, rgba(100,255,234,1) 0%, rgba(100,69,255,1) 50%, rgba(0,212,255,1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-align: left;
    margin-bottom: 20px;
    width: 50%;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table, th, td {
    border: 1px solid #444444;
}

th, td {
    padding: 10px;
    text-align: left;
}

th {
    background-color: #14233d;
}

td {
    font-family: 'Source Code Pro, Regular';
    color: #00fa3e;
}

label, select {
    display: block;
    margin: 20px auto;
    text-align: center;
    font-family: 'Neuropolitical';
    font-size: 1.2em;
    color: #9ff5f2;
}

select {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    background-color: #333;
    color: #00ff00;
    border: 1px solid #00ff00;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}


canvas {
    display: block;
    margin: 0 auto;
    background: radial-gradient(circle, #0e192b, #121212);
    width: 95% !important;
    height: 500px !important;
}

.price-entry {
    font-family: 'Courier New', Courier, monospace;
    color: #00ff00;
}
