@charset "utf-8";
.menudiv{
		
		width: auto; height: 3rem;
		background-color: brown;
	}
	.returndiv{
		line-height:2rem;
		text-align: center;
	
	
        display: block;
		position: relative;
		float: left;
		font-size: 3rem;
		height: 3rem; width: auto;
	}
	.titlediv{
		font-size: 1.5rem;
	
		text-align: center;
		height: 3rem; width: auto;
		padding-left: 2rem;
		padding-right: 4rem;
		padding-top: 0.5rem;
	}
	.topimg{
	  
	    width: 30%; height:50%;
	}