
*
{
	box-sizing: border-box;
}

body
{
	width: 100vw;
	height: 100vh;
	margin: 0;
	  
	background-image: url('../img/background/progressive_aseoptry_background.jpg');
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	 
	background-color: white;
}

.temporary-banner
{
	position: relative;
	
	margin-top: 50px;
	
	text-align: center;
	
	
	
	
	color: dodgerblue;
}

.small-font
{
	font-size: 16px;
}

.large-font
{
	font-size: 30px;
}