html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #002561;
}

a
{
	text-decoration: none;
}

main
{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

#logo
{
	width: clamp(240px, 50vw, 480px);
	height: auto;
	margin: 10px;
}

.content-block
{
	width: -webkit-fill-available;
	width: -moz-fill-available;
	padding: 20px;
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.contact-data
{
	text-align: center;
}

#call-btn
{
	width: fit-content;
	height: auto;
	margin: 10px auto;
	padding: 15px;
	color: white;
	background-color: #75b223;
	border-radius: 100px;
}

footer
{
	font-size: 1rem;
}

#Copyrights
{
	margin: 20px;
}
