
body{
    background: center center/cover no-repeat fixed linear-gradient(#0a6bac, #001a36) ;
}

@font-face {
    font-family: 'Pixelon';
    src: url('fonts/Pixelon.ttf') format('truetype'),
    url('fonts/Pixelon.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

#photogIMG{
    width: 610px;
    height: auto;
}

#websiteContainer{
    max-width: 980px;;
    max-height: 930px;
    position:absolute;
    top: 100px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: none;
}

#topHeader{
    background-color: #0d7c27;
    border: 1px solid #032b01;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    color: yellow;
    display: flex;
    align-items: center;
    padding: 5px 160px 20px;
    height: 150px;
}

h1{
    font-size: 61px;
    font-family: "Pixelon", sans-serif;
}
h2{
    font-size: 50px;
    color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0d7c27;
}

#leftSideContent{
    background-color: #0d7c27;
    padding: 0px 0px 0;
    border: 1px solid #032b01;
    width: 150px;
    float: left;
    height: 500px;
}

#leftNavBar{
    display: flex;
    flex-direction: column;
}

.navButtons{
    background-color: rgb(10, 124, 10);
    border: 1px solid #081c07;
    border-radius: 9px 9px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 10px;
    height: 479px;
}

.nav-items{
    display: flex;
    align-items: center;
    padding: 10px;
}

.nav-links{
    color: azure;
    font-size: 20px;
    font-family: "Pixelon", sans-serif;
}


#centerContent{
    height: 482px;
    max-width: 680px;
    overflow: auto;
    background-color: rgb(2, 71, 19);
    color: rgb(234, 238, 232);
    font-size: 18px;
    padding: 10px;
    overflow: auto;
    scrollbar-color: #0d7c27, #41da34;
    font-family: "Pixelon", sans-serif;

}

#rightSideContent{
    background-color: #0d7c27;
    border: 1px solid #032b01;
    padding: 0px 0px 0;
    width: 150px;
    float: right;
    height: 500px;
}

#bottomFooter{
    background-color: #0d7c27;
    border: 1px solid #032b01;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    align-items: center;
    padding: 5px 50px 50px;
    height: 50px;
    width: 878px;
}