@charset "UTF-8";
/* CSS Document */


.container{
	max-width:1024px;
	margin:auto;
}


/* Text Styles*/
h1{
	font-size: 4rem;
}



/*Tablet View*/
@media(max-width:768px){
	
}


/*Mobile View*/
@media(max-width:400px){
	
}
	
	
	
	
	
	
	
	
	
	