 body{
                margin-top:0px;
                background-color:lightgray;
                font-family: 'Overpass Mono', monospace;
				text-transform: uppercase;
            }
            .container{
                margin: auto;
                margin-top:0px;
                max-width: 1000px;
                height: auto;
                
            }
            .header{
                margin:auto;
                width: 100%;
                border:0px;
                height: 100px;
                background-color:black;
                border-bottom: 3px solid red;
            }
            
            
            .logo{
                margin:0px;
                border:0px;
                width:30%;
                height: 100%;
                position:relative;
                display:inline-block;
                padding: 0px;
                
            }
            .logo a img{
                width: 100%;
                height: 100%;
                position: absolute;
            }
            .slide{
                border: 0px;
                margin:0px;
                padding: 0px;
                width:69%;
                height: 100%;
                position:relative;
                display:inline-block;
                
            }
            .slide a img{
                 width: 100%;
                height: 100%;
                position: absolute;
                
            }
			
            ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
                width: 10%;
                background-color: #f1f1f1;
                position: fixed;
                height: 100%;
                overflow: auto;
				
                
            }

            li a {
                display: block;
                color: #000;
                padding: 8px 16px;
                text-decoration: none;
                
            }

            li a.active {
                background-color: #4CAF50;
                color: white;
            }

            li a:hover:not(.active) {
                background-color: #555;
                color: white;
            }
			
			.content{
				width: 70%;
				margin-left: 25%;
				
				
			}
			input[type=button], input[type=submit], input[type=reset] {
					background-color: gray;
					border: none;
					color: white;
					padding: 5px;
					text-decoration: none;
					margin: 4px 2px;
					cursor: pointer;
					border-radius: 20%;
					
				}
			input[type=date]{
				border-radius: 7%;
				border:1px solid black;
				text-align: center;
				
			}
			table {
				border-collapse: collapse;
				width: 100%;
			}
		
			th, td {
				text-align: left;
				padding: 8px;
			}
			
			tr:nth-child(even){background-color: #f2f2f2}
			
			th {
				background-color: black;
				color: white;
			}