

@font-face {
    font-family: 'Bitcount_Single';
    src: url('../fonts/Bitcount_Single/static/BitcountSingle-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}





body {
    background: url(../images/enashrine/wp.jpg) fixed;
    background-size: cover;
    background-color: black;
    font-family:'Courier New', Courier, monospace
}
h1{
    font-family:'Bitcount_Single', Courier 
}
.pageContainer {
    width:870px;
    margin:auto;
    padding:0px;
    height:890px;
    color: white;
    border: black double 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius:10px;
}
.header{
    background-color:rgb(128, 0, 0, 0.8);;
    margin:5px;
    border: black double 10px;
    border-radius:10px;
}
.main{
    background-color: rgb(128, 0, 0, 0.8);
    margin:5px;
    border: black double 10px;
    border-radius:10px;
    padding:8px;
    height:735px;
    overflow-y:scroll;
    scrollbar-color:maroon gray ;
    overflow-x:hidden;
}
.back{
    background-color: rgb(128, 0, 0, 0.8);
    margin:5px;
    border: black double 10px;
    border-radius:10px;
    padding:8px;
    width:fit-content;
    position:absolute;
}
a:link, a:visited {
    color:white;
    background-color: none;
    text-decoration:none;
}
a:hover{
    color:tomato;
    background-color:none;
    text-decoration:none;
}