/*fonts*/
@font-face {
    font-family: 'tomorrowregular';
    src: url(https://eepy-enby.neocities.org/old_website/fonts/tomorrow-regular-webfont.woff);
} /*<p>text</p>*/
@font-face {
    font-family: 'tomorrowbold';
    src: url(https://eepy-enby.neocities.org/old_website/fonts/tomorrow-bold-webfont.woff);
} /*<p class="bold">text</p>*/
.bold {
    font-family: tomorrowbold;
}
@font-face {
    font-family: 'tomorrowlight';
    src: url(https://eepy-enby.neocities.org/old_website/fonts/tomorrow-light-webfont.woff);
} /*<p class="light">text</p>*/
.light {
    font-family: tomorrowlight;
}
@font-face {
    font-family: 'tomorrowitalic';
    src: url(https://eepy-enby.neocities.org/old_website/fonts/tomorrow-italic-webfont.woff);
} /*<p class="italic">text</p>*/
.italic {
    font-family: tomorrowitalic;
}


/*text size*/
h1 {
    font-family: "tomorrowregular";
    font-size: 30px;
    line-height: 34px;
    color: white;
}
h2 {
    font-family: "tomorrowregular";
    font-size: 27px;
    line-height: 31px;
    color: white;
}
h3 {
    font-family: "tomorrowregular";
    font-size: 24px;
    line-height: 28px;
    color: white;
}
h4 {
    font-family: "tomorrowregular";
    font-size: 22px;
    line-height: 24px;
    color: white;
}
h5 {
    font-family: "tomorrowregular";
    font-size: 20px;
    line-height: 20px;
    color: white;
}
h6 {
    font-family: "tomorrowregular";
    font-size: 18px;
    line-height: 16px;
    color: white;
}
p {
    font-family: "tomorrowregular";
    font-size: 16px;
    line-height: 20px;
    color: white;
}


/*links*/
a {
    font-family: "tomorrowregular";
    font-size: 16px;
    line-height: 18px;
    color: #9baadb;
    cursor: url("images/inverted-stella-octangula-cursor.png"), auto;
} /*<a href="insert link here">text</a>*/


/*site view counter*/
view-counter {
    float: right;
    margin-right: 50px;
}


/********************site constuction*/

/*base site*/
body {
    color: white;
    background-color: black;
    background-image: url("images/stars-bg-tile.gif");
    cursor: url("images/stella-octangula-cursor.png"), auto;
}
.container {
    background-color: black;
    width: 800px;
    border: 1px solid white;
}
.header {
    background-image: url("images/black-binary-code-tile.gif");
    padding-bottom: 10px;
    border-top: 1px solid black;
    border-bottom: 1px solid white;
}
.sub-header {
    padding: 0px;
    border-top: 1px solid black;
    border-bottom: 1px solid white;
}
.main-box {
    background-color: black;
    padding: 18px;
    padding-top: 6px;
    padding-bottom: 300px;
}

























