body{
	background-color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	font-family: Verdana, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
}

img{max-width:100%;}

a{
	font-weight: 600;
	text-decoration:none;
	color:#2b7aaa;
	transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
}

a:hover{
	color:#454546;
	cursor:pointer;
}

p {
	padding-bottom:20px;
	color: #454546;
}

h1 {
	color: #454546;
	font-size: 20px;
	font-weight: 600;
	padding-bottom:30px;
}

#main{
	max-width:400px;
	margin:0px auto;
	padding:160px 60px 20px;
}

.image{
	padding-bottom: 40px;
}

@media screen and (max-width:550px){
	
	#main{
		padding:20px 60px 0;
	}
	
	.image{
		padding-bottom: 20px;
	}
	
}