@font-face {
    font-family: 'vcr_osd_mono';
    src: url('/fonts/vcr_osd_mono.woff2') format('woff2'),
    url('/fonts/vcr_osd_mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tewi';
    src: url('/fonts/tewi.woff2') format('woff2'),
    url('/fonts/tewi.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'consolas';
    src: url('/fonts/consolas.woff2') format('woff2'),
    url('/fonts/consolas.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'remington';
    src: url('/fonts/vtremingtonportable.woff') format('woff'),
    url('/fonts/vtremingtonportable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}


body {
    background: #000;
    background-image: url("/bg/circuits9.png");
    background-size: auto;
    background-repeat: repeat;
}
p {
    font-family: "consolas";
    color: #fff;
    font-size: 16px;
}

a {
    color: #fff;
    text-shadow: 0px 2px 0px#f00;
    text-decoration: underline dotted 1px #fff;
}
.main {
    background-color: #000;
    outline: 3px double #f00;
    padding: 25px;
      box-sizing: border-box;
    width: 45%;
    margin: auto;
    margin-top: 110px;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right:40px;
}

.main span {
    color: #f00;
}

.main span:hover {
    text-shadow: 1px 1px 5px #f00;
}
.smallbox {
    font-size: 14px;
   text-align: center;
   border: 1px solid #b00; 
   width: 40%;
   padding: 10px;
   margin: auto;
   background-color: #00000088;
}


button {
    width: 70px;
    height: 30px;
    background-color: #400;
            box-sizing: border-box;
    border: solid 1px #f00;
    padding: 5px;
    font-size: 14px;
    color: white;
    text-shadow: 0px 1px #000;
    font-family: 'vcr_osd_mono';
    margin-bottom: 5px;
    margin-top: 5px;
    box-shadow: 0px 0px 2px #800;
}
button:hover {
    background-color: #B00;
    border: 3px double #f00;
    box-shadow: 0px 0px 5px #f00;
}

hr {
    color: #B00;
    height: 1px;
    border-style: dashed;
    width: 40%;
}