@font-face{
	font-family: 'Heebo'; 
	font-style: normal;
  	font-weight: 400;
	src: local('font/Heebo-Regular.ttf') format('truetype');
}
@font-face{
	font-family: 'Heebo'; 
	font-style: normal;
  	font-weight: 600;
	src: local('font/Heebo-SemiBold.ttf') format('truetype');
} 
@font-face{
	font-family: 'Heebo'; 
	font-style: normal;
  	font-weight: 700;
	src: local('font/Heebo-Bold.ttf') format('truetype');
}
@font-face{
	font-family: 'Heebo'; 
	font-style: normal;
  	font-weight: 800;
	src: local('font/Heebo-ExtraBold.ttf') format('truetype');
}



body {
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
	color: #fff;
	background-color: #543a63;
}

h3 {
	font-weight: 700;
}
.container {
	max-width: 1200px;
	margin-bottom: 60px;
}
.logo {
	max-width: 90%;
	margin-top: 20px;
}
.headerimg {
	margin-top: 50px;
	border: 5px solid #fff;
}