  a {
                font-family: Goudy Old Style; 
                text-decoration: none; 
                font-weight: bold; 
            }
            .logo {
                padding: 25px 15px 0px 15px;
                height: 92.4px;
                width: 198px;
            }
            .side-navigation-bar { 
                background-color: white;
                height: 100%; 
                position: fixed;
                z-index: 1;
                top: 0; 
                left:0;
                box-shadow: 5px 5px 5px grey;
            }
            
            li > a {
                color: #543136; 
                font-size: 20px;
            }
            li:last-child > a {
                width: 150px;
                border: 6px double #5e1211;
                padding: 10px;
            }
            ul {
                text-align: center;
                padding-left: 0px  

            }
            ul > li:first-child {
                padding: 15px 10px;
                font-family: Goudy Old Style; 
                text-decoration: none; 
                font-weight: bold; 
                color: #543136; 
                font-size: 18px;
            }
            ul > li:nth-child(2) {
                padding: 5px 5px; 
                padding-top: 35px
            }
            ul > li:not(:first-child):not(:last-child):not(:nth-child(2)) {
                padding: 8px 8px;
            }
            ul > li:last-child {
                margin-top: 60px;
            }

            .workspace {
                margin-left: 228px; 
                width: 1200px
            }
            .element-left:first-of-type {
                float: left;
                width: 600px;
                height: 800px;
            }
            .element-left {
                float: left;
                width: 600px;
                height: 400px;
            }
            .element-right {
                float: right;
                width: 600px; 
                height: 400px; 
            }
            .mission{ 
                  text-align: center; 
                padding: 5px 30px 0px 30px; 
                font-family: Goudy Old Style; 
                text-decoration: none; 
                font-weight: bold; 
                color:#5e1211; 
                font-size: 20px;
            }
            p {
                text-align: center; 
                padding: 140px 30px 0px 30px; 
                font-family: Goudy Old Style; 
                text-decoration: none; 
                font-weight: bold; 
                color:#5e1211; 
                font-size: 20px;
            }
            div > div > div {
                margin-top: 40px; 
                text-align: center;
            }
            div > div > div > a {
                color:#5e1211; 
                font-size: 30px; 
                width: 150px; 
                border: 6px double #5e1211; 
                padding: 10px; 
            }
            hr{
                width: 150px;
                border-style: solid;
                border-color:maroon;
                
            }
          