@font-face {
	font-family: myFont;
	src: url(/fonts/Kaleko105Bold.ttf);
}
.body{
	min-height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: myFont !important;
}
h1{
	font-size: clamp(1.2rem, 5vw, 3rem);
}
h2{
	font-size: clamp(0.8rem, 3vw, 1.5rem);
	text-align: center;
}
.mail a{
	text-decoration: none;
}
.main{
	display: flex;
	justify-content: center;
	position: relative;
	height: 100vh;
}
.mail{
	width: 50%;
	display: grid;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 70%;
}
.logo{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 15%;
}
.img1{
	width: min(180%, 500px);
}
.titulo{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 6%;
}