/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

p {
  	font-family: Arial; 
  	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	font-size: 17px; 
	color: #929397; 
	text-align:center;
	margin-top: 50px;
}
   
.logo {
    width: 300px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 300px;
}

img {
    width: 100%;
}

@media screen and (max-width: 600px){
	.logo {width: 90%;}
}
