@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600;800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');

body {
	margin: 0;
}

.main {
	width: 100%;    
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-around;
    flex-wrap: nowrap;
    font-family:'Inter', sans-serif;    
    background-size: cover;
}
.container {
	width: 100%;
	display: flex;
	justify-content: center;
}

.header {
    display: block;
    padding-top: 48px;
    width: 800px;
    margin: 0 auto;
}



a {
	color: #111111;
	font-family:'Inter', sans-serif;
}

.footer {
    padding-top: 64px;
    align-items: center;
    width: 100%;
}


.bside {
	width: 800px;
	padding: 15%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ptop {
	padding-top: 64px;
}

.pbottom {
	padding-bottom: 32px;
}

.row {
	width: 100%;
	display: flex;
}

h1 {
font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 31px;
	line-height: 32px;
	align-items: center;
	margin: 0px;
	text-align: center;
}

h2 {
font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	align-items: center;
		text-align: center;
}

p {
font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	opacity: 0.8;
	text-align: justify;
}



small {
font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 10px;
	line-height: 12px;	
	color: #111111;
	text-align: center;
	padding: 32px;
}

.primary {;
	color: #111111; 
}

.seconadry {
	background: #fff;
	color: #000;
}

h2.mail a {
    text-decoration: none;
}

img {
    width: 20%;
}


@media (min-width: 576px) and (max-width: 900px) { 
		.header {
		    width: 450px;
}}

@media (max-width: 575px) {

				.header {
		    width: 350px;

 } }