
	body
	{
		background-color: #0C66CC;
		overflow-y: scroll;
		
	}
	
	#backbutton
	{
	    top: 60px;
		left: 140px;
        position:relative;
	}
	
	#roundbg
	{
		border-radius: 25px;
		background: white;
		width: 1100px;
		height: 490px;
		position: relative;
		top: 75px;
		left: 130px;
	}
	
	#imageSubmit
	{
		position:absolute;
		top:     40px;
		left:    400px;
		width:   280px;
        height:  200px;
       
	}
	
	#GWA
	{
		font-size:22px;
		font-family:Nunito;
		font-weight:bold;
		color: #0C66CC;
		position:absolute;
		top: 220px;
		left: 440px;
		text-align: center;
	}
	
	#SubSS
	{
		font-size: 16px;
		font-family: Nunito;
		color: #0C66CC;
	    position:absolute;
		top: 260px;
		left: 420px;
		text-align: center;
	}

	#input 
	{
  		border: 2px solid #0C66CC;
 		border-radius: 10px;
 		height: 30px;
		width: 230px;
 		top: 300px;
 		left: 420px;

		text-align: center;
		position: absolute;

	}
	
	#homebutton
	{
		border: 1px solid #0C66CC;
		background: #0C66CC;
		font-size: 14px;
		font-family: Nunito;
		cursor: pointer;
		margin: 10px;
		color: white;
		transition: 0.8;
		border-radius: 10px;
		height: 43px;
		width: 128px;
		transition-duration: 0.4s;
		top: 365px;
		left: 900px;
		align: right;
		position:absolute;
		
	}
	
	/* for large screens*/
@media (min-width:1600px) {
   	html
	{
		
	}
	
	body
	{
		background-color: #0C66CC;
		overflow-y: auto;
		height: 1000px;
		overflow-x:hidden;
		zoom:120%;
	
	}
}
/* for extra large screens*/
@media (min-width:1920px) {
   
		html
	{
		
	}
	
	body
	{
		background-color: #0C66CC;
		overflow-y: auto;
		height: 1000px;
		overflow-x:hidden;
		zoom:133%;
	
	}
