* {
	margin: 0;
	padding: 0;
}

#world {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* background: linear-gradient(#1790f3, #BBDEFB); */
	background-image: url('../images/mbg.jpg');
	background-size: cover;
	background-position: center;
}


/* For device width 400px and larger: */
@media only screen and (min-device-width: 450px) {
	#world { 
		position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* background: linear-gradient(#1790f3, #BBDEFB); */
	background-image: url('../images/bg.jpg');
	background-size: cover;
	background-position: inherit;
  }
 
}


#days {
	width: 100%;
	font-size: 4vh;

}


/* For device width 400px and larger: */
@media only screen and (min-device-width: 450px) {
	#days { 
	width: 100%;
	font-size: 6vh;

  }
 
}




.butn {
	height:50%;
	/* margin-top: 5%; */
}


/* For device width 400px and larger: */
@media only screen and (min-device-width: 450px) {
	.butn { 
		/* margin-top: 0%; */
		height:30%;
  }
 
}



#butnmain {
	height:20%;
	
}


/* For device width 400px and larger: */
@media only screen and (min-device-width: 450px) {
	#butnmain { 
		
		height:22%;
  }
 
}



