<style> 
    @font-face {
                font-family: "Cthulhu";
                src: url("/Fonts/VCR_OSD_MONO_1.001.ttf") format("truetype");
           
            }

            body {
                font-family: "Cthulhu";
                margin: 0;
                background-color: #03000a;
                background-size: 65px;
                color: #FFFFFF;
            }

             
               box-sizing: border-box;
            
  }

body {
    background-color: black;
    background-image: url("image url here");
    background-size: cover;
}
.main { 
    background-color: #03000a;
    margin: auto;
    width: 1000px;
    height: 900px;
    border: 3px double #F00;
    margin-top: 50px;
}
.textcontain {
    float: left;
    margin: 10px;
    width: 975px;
    height: auto;
    padding: 10px;
}
p {
        font-family: 'Cthulhu';
    color: white;
    font-size: 14px;
    text-shadow: 0px 1px 0px #6400ff;
}
a {
            font-family: 'Cthulhu';
    color: white;
    font-size: 14px;
        text-shadow: -1px -1px 0px #6400ff;
}
a:hover {
        text-shadow:-2px -2px 0px #6400ff;
}

h1 {
                font-family: 'Cthulhu';
        color: white;
    text-shadow: -2px -2px 0px #F00;
    font-size: 18px;
    text-align: center;
}

h2 {
                font-family: 'Cthulhu';
        color: #bbb;
    text-shadow: -1px -1px 0px #F00;
    font-size: 16px;
    text-align: center;
}

.sideimg {
    display: block;
    margin: auto;
    border: 1px solid #FFFFFF;
}

ul {
            font-family: 'Cthulhu';
    color: white;
    font-size: 14px;
    list-style-type: circle;
    
    text-shadow: 0px 1px 0px #6400ff;
}