body {
background-image: url("/image_dump/backgrounds/PSA_comp.png");
height: 100vh;
font-family: arial black, sans-serif;
}

#container {
width: 99%;
display: flex;
flex-direction: column;
align-items: center;
align-content: space-between;
}

#content {
display: flex;
flex-direction: row;
align-items: center;
}

.side {
display: flex;
flex-direction: column;
height: 400px;
width: 270px;
justify-content: space-between;
align-content: center;
padding: 5px;
padding-top: 300px;
visibility: hidden;
}

#header {
background-color: black;
width: 99%;
height: 150px;
margin: 5px;
padding: 0px;
font-size: 45px;
color: white;
text-align: center;
line-height: 80px;
}

#main {
background-color: black;
color: #9A9A9A;
width: 800px;
margin: 5px;
padding: 10px;
font-size: 18px;
border-style: solid;
border-color: white;
text-align: center;
}

.navbar {
height: 50px;
width: 90%;
list-style-type: none;
margin: 5px;
padding: 5px;
background-color: black;
color: white;
border-style: solid;
border-color: white;
}

#navbar ul {
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
}

#navbar li a {
color: white;
background-color: black;
display: block;
padding: 0px 75px;
border-style: solid;
border-width: 2px;
border-color: white;
text-align: center;
}