#expresVPNLogo{
	
	margin-top: 40px;
	margin-left:18px;
    max-width: 160px;
    max-height: 160px;
}
#pureVPN{
		margin-top: 40px;
	margin-left:18px;
    max-width: 160px;
    max-height: 160px;
	
}

#title{
	font-size:40px;
	  font-family: "Times New Roman", Times, serif;
	  margin-top:5px;

}

.body_container {
    width: 100%;
    padding-bottom: 30px;
	margin-top: -1px;
	background-color:  #F0F0F0;
}
@media only screen and (max-width: 600px) {
 #title{
	font-size:30px;
	  font-family: "Times New Roman", Times, serif;
	  margin-top:5px;

}
}