@font-face {
    font-family:Pixelify-Sans;
    src: url(fonts/PixelifySans-VariableFont_wght.ttf);
}

* {
    font-family: 'Pixelify-Sans','Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    font-size:1em;
}

body {
    background-image: url(Pictures/Spaacceeee.png)
}

#Navbar {
    margin:20px;
}

#Navbar h1{
    color:aliceblue;
    text-align:center;
}

#Navbar ul{
    background-color:rgb(0, 79, 53);
    list-style-type: none;
    padding:0px;
    margin:0px;
}

#Navbar a{
    border:2px solid white;
    color: white;
    text-decoration: none;
    text-align:center;
    padding:15px;
    display:block;
}

#Navbar a:hover{
    background-color:rgb(0, 37, 45);
}

#Aside-left {
    border-style:solid;
    border-image: url(Pictures/Border.png) 20% round; 
    border-width: 10px;
    background-color:rgb(2, 38, 60);
    float:left;
    width:20%;
    margin-left:0.75%;
    padding:10px;
}

#Website_Img {
    width:720px; 
    height:270px;
    display:block;
    margin:auto;
    margin-top:3%;
    margin-bottom:3%;
}

#Misc_Intro {
    border-style:solid;
    border-image:url(Pictures/Border.png) 20% round; 
    border-width:10px;
    background-color:rgb(2, 38, 60);
    color:rgb(55, 255, 0);
    margin-left:25%;
    margin-right:25%;
    margin-bottom:1%;
    padding:10px;
    text-align:center;
}

#Aside-right {
    border-style:solid;
    border-image:url(Pictures/Border.png) 20% round; 
    border-width:10px;
    background-color:rgb(2, 38, 60);
    float:right;
    width:20%;
    margin-right:0.75%;
    padding:10px;
}