@font-face {
        font-family: pixelfont;
        src: url(VCR_OSD_MONO_1.001.ttf);
    }
body {
    color: rgb(18, 25, 41);
    background-color: rgb(0, 0, 0);
    background-image: url(starsforever.gif);
    font-family: "MS UI Gothic", monospace, sans-serif;
    
}
.logo {
    text-shadow: 2px 2px 4px blue;
    font-family: pixelfont;

}

header {
    height: 60px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    color: aliceblue;
    
   
}


.box {
    max-width: fit-content;
    margin: 0px auto auto;
    /*outline: 1px dotted whitesmoke;*/
    background-color: rgba(161, 180, 185, 0.575);
    display:grid;
    grid-template-rows:30px 200px 200px;
    grid-template-columns: 200px 300px 200px;
    
}

.item {
    background-color: rgb(140, 142, 143);
    margin: 3px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.548);
    grid-column: 1 / 2;
}
.title {
    max-width: fit-content;
    margin: 0px auto auto;
    height: 75px;
    background-color: transparent;
    color: aliceblue;
    font-size: x-large;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.548);
}
.menu {
    grid-row: 1 / 2;
    grid-column: 1 / 7;
    background-color: rgb(32, 38, 46);
    border: 1px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.navigation {
    background-image: url(noise.png);
    grid-column: 1 / 2;
    grid-row: 2 / 4;
    
    
    
}
.item-3{
    background-image: url(noise.png);
    grid-column: 2 / 4;
    grid-row: 2 / 4;
    
    

}
.item-4{
    background-image: url(noise.png);
    grid-row: 3 / 4;
}

.item-6{
    background-image: url(noise.png);
    grid-column: 3 / 4;
    grid-row: 4 / 5;
    
}

.sites {
    background-image: url(noise.png);
    grid-column: 1 / 3;
    grid-row: 5 / 6;
    
}

.item-7 {
    background-image: url(noise.png);
    grid-column: 1 / 3;
}

.footer {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



h1, h2, h3{
    padding-left: 10px;
}
h2{
    padding-top: 10px;
    color: aliceblue;
    margin-top: 0%;
    background-color: rgb(32, 38, 46);
    font-size: small;
    height: 20px;
    font-family: pixelfont;
}
h3{
    font-family: pixelfont;
}
p{
    padding: 10px;
}
li {
    text-decoration: none;
}


button {
    width: 190px;
    height: 30px;
    margin: 2;
    padding: 2;
    font-family: pixelfont;
    text-transform: none;
    color: black;
    background-color: rgb(206, 196, 184);
    
}
button:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(65, 60, 54);
}

footer {
    height: 200px;
}

.scrollable {
    height: 300px;
    width: 400px;
    margin: 10px auto auto;
    overflow-y: auto;
    border: 1px dotted white;
    padding: 10px;
}







