html {
	background: url(images/bg.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;

	font-family: poppins;
}

.logo {
	text-align: center;	
}

.logo h3 {
	color: #fff;
	font-size: 60px;
	font-family: poppins;
}

@media only screen and (max-width: 480px) {
	.logo h3 {
		/* font-size: 120px; */
	}
}

footer {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  text-align: center;
  color: white;
  font-size: 22px;
}

footer a {
	color: white;
	text-decoration: none;
}

footer p {
	margin: 5px;
}

@media only screen and (max-width: 480px) {
	footer {
		/* font-size: 50px; */
	}
}

.center-image {
	
		position: fixed;
		top: 50%;
		left: 50%;
		width: 300px;
		height: auto;
		margin-top: 32px;
		transform: translate(-50%, -50%);
	
}

@media only screen and (max-width: 480px) {
	.center-image {
		display: none;
	}
}

.whatsapp-icon {
	
	position: fixed;
	bottom: 70px;
	right: 10px;
	width: 50px;
	height: auto;

}
