.navbar {
	background-color: white;
	margin-right:0px
	height: 300px;
    position: fixed;
    top: 0px;
    left: 0px; 
    
}
#topnav{
	background-color: white;
	margin-left: 0px;
	margin-right:0px;
	margin-top: 0px;
	height: 10px;
    position: fixed;
    top: 0px;
    right: 0px; 
   
}
