:root {
        --base-dark-color:rgb(0, 60, 100);
        --comp-dark-color:rgb(252, 143, 30);

        --base-darker-color:rgb(0, 40, 65);

}

html {font-size:large;}
body {background-color:var(--base-dark-color); font-family:"Raleway", sans-serif; color:var(--base-darker-color);}
nav ul {display:flex; list-style-type: none; margin-left:-31px; font-family:"Orbitron";}
nav ul li a {margin:20px 25px 20px 0px; text-decoration:none; color:var(--base-darker-color);}

#alpha{max-width:1120px; background-color:rgb(255,255,255,0.9); border-top:none; margin:-8px auto 0px auto; padding:1px 20px 10px 20px; box-shadow:0 0 20px var(--base-darker-color),0 0 20px var(--base-darker-color); border-bottom-left-radius:3px;  border-bottom-right-radius:3px;}
h1,h2,h3,h4,h5,h6 {font-family:"Orbitron"; font-weight:700; color:var(--comp-dark-color); text-shadow:2px 2px 3px #000; }
header h1 {font-weight:700; font-size:2.5rem; padding:0; margin:0; color:#fd8;}
footer {text-align:center;}
#footer-copyright {font-family:"Orbitron"; font-weight:500;}
.sndsnippit{height:100px;}
footer {padding-top:150px;}
	a {text-decoration:none;}