        body {
            margin: 0;
        }
        
        .main-nav{
            list-style-type: none; 
            position: fixed;
		    table-layout: fixed;
		    top: 0;
		    width: 100%;
		    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
		    display: inline-block;
		    background-color: rgba(255, 255, 255, .9);
		    overflow: hidden;
		    margin: -5px 0 0 0;
		    font-weight: bold;
		    z-index: 7;
            }

        #menu_icon {
			display: none;
		    }

        #Webname{
			font-family: Bodoni MT Condensed, Arial, serif;
			font-size: 40;
			right: 0px;
			color: green;
			padding: 14px 12px;
        	text-decoration: none;
        	display: block;
			top: -13;
			float: right;
			position: fixed;
			z-index: 7;
			}

		#Webname:hover{
			background-color: rgba(0, 0, 0, 0);
			}

        li a{
			padding: 14px 9px;
            font-family: Agency FB;
			font-size: 20;
            text-align: center;
            text-decoration: none;
            display: block;
			font-size: 22;
            color: #663300;
            }

        li a:hover:not(.active) {
            background-color: rgba(219, 202, 120, 0.85);
            }

        li a:visited {
            color: #663300;
            }

        h2 {
            text-align: center;
			color: green;
			font-family: Bodoni MT Condensed, Arial, sans-serif;
			font-size: 70;
			font-weight: 300;
			margin-bottom: 0;
        }

		h3 {
			font-family: Angency FB, sans-serif;
			font-size: 20px;
			font-weight: 200;
			text-align: center;
			margin: 0 200;
		}

		pre a {
			margin: 0 0 0 1%;
			column-count: 3;
		}

		pre a:hover {
			text-shadow: 1px 1px 3px gray;
		}