﻿@font-face {
    font-family: 'archiaregular';
    src: url('../Fonts/archia-regular-webfont.eot');
    src: url('../Fonts/archia-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/archia-regular-webfont.woff2') format('woff2'), url('../Fonts/archia-regular-webfont.woff') format('woff'), url('../Fonts/archia-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #ffffff;
    background-color: #000000;
    z-index: -1;
}

h1 {
    font-family: archiaregular;
    font-size: 50px;
    color: #ffd800;
}

h2 {
    font-family: archiaregular;
    font-size: 25px;
    color: #b8b8b8;
}

h3 {
    font-family: archiaregular;
    font-size: 16px;
}

#PageWrapper {
    width: 420px;
    margin-top: 40vh;
    margin-right: auto;
    margin-left: auto;
}

#TitleWrapper {
    text-align: center;
}

#SubTitleWrapper {
    text-align: center;
}
