	body{
		margin: 0;
		padding: 0;
		background: #c7d6e1;
		font-family: 'Roboto', serif;
	}
	.container{
		width: 100%;
		padding: 160px 0 0;
		text-align: center;
	
	}
	.container img{
		width:361px;
		height: auto;
		padding:  0 0 40px 0;
		display: inline-block;
	
	}
	p{
		color: #444;
		padding: 0;
		font-size: 14px;
		font-family: 'Roboto', serif;
		line-height: 18px;
		padding: 10px 20px;
		
	}
	p span{
		font-size: 24px;
		line-height: 36px;
		font-weight: 900;
		
	}
	a{
		color: #2d4558;
		font-size: 18px;
		line-height: 36px;
		font-family: 'Roboto', serif;
		text-decoration: none;
		display: block;
		margin: 10px 0px;
		width: 100%;
		text-align: center;
	}
	a:hover{
		color: #e93066;
		text-decoration: none;
	}
	
	@media (max-width: 768px) {
	
	.container img{
		width:80%;
		height: auto;
		padding:  0 0 20px 0;
		display: inline-block;
	
	}
	a{
		width: 100%;
		text-align: center;
		display: block;
	}
	a.alignright{
	
		text-align: center;
	}
	a.alignleft{
	
		text-align: center;
	}
	
}