header{
	text-align: center;
	margin-top: 20PX;
}

.heading{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	margin-top: 20px;
}

.contact-details{
	font-size: 20px;
	margin-top: 30px;
	color: #000000;
	text-align: center;

}
.contact-details p {
	margin-top: 20px;
}

body{
	font-family: 'Poppins', sans-serif;
}

.heading h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 600;
}