@font-face {
    font-family: "Pixel";
    src: url(fonts/PixelOperatorMonoHB.ttf);
}

* {cursor: url(https://cur.cursors-4u.net/nature/nat-8/nat703.cur), auto !important;}

body {
    background:
        radial-gradient(rgba(0,0,0,0.3)),
        url(images/atomalt.gif),
        radial-gradient(rgba(30,0,0,0.6)),
        url(images/metal.png);
    background-position:
        25px 70px,
        top,
        top;
    font-family: "Pixel", sans-serif;
    font-size: 20px;
    color: white;
    display: flex;
    justify-content: center;
}
.body {
    background: black;
    text-align: left;
}
/* Container Design and Sizing */
.headContainer {
    background: url(images/banner.png);
    background-size: contain;
    position: absolute;
    width: 1000px;
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
    border-style: ridge;
    border-color: white;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    display: inline-block;
}
.bodyContainer {
    display: flex;
    position: relative;
    margin-top: 110px;
}
.footContainer {
    background: black;
    font-size: 18px;
    text-align: center;
    width: 1000px;
    height: 50px;
    border-style: ridge;
    border-color: white;
    display: block;
    position: absolute;
    margin-top: 1140px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.menuContainer {
    background: black;
    width: 260px;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 5px;
    border-style: ridge;
    border-color: white;
    border-bottom-right-radius: 20px;
    
}
.contentContainer {
    background: black;
    width: 700px;
    height: 1000px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
    margin-left: 5px;
    border-style: ridge;
    border-color: white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
/* Interactive Elements */
.menuActive {
    background-color: black;
    font-size: 18px;
    width: auto;
    height: auto;
    display: block;
}
.menuActive a {
    float: left;
    background-color: black;
    color: white;
    text-align: center;
    text-decoration: none;
    width: 235px;
    margin-bottom: 5px;
    padding: 10px;
    border-style: ridge;
    border-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius:  10px;
}
