
		body { 
			font-family: monospace; 
			margin: 0; 
      background-color: #282A36; 
			padding: 0; 
		} 

  /* Top section */
  
    navbar {
    height: 100px;
    width: 100%;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    }

		header { 
      width: 100%;
			color: #FFFFFF;
		} 
		navbar ul {
		  width: 100%;
		  list-style-type: None;
		  display: flex; 
		  justify-content: space-between;
		}





















