@charset "utf-8";
body {
	background-color: #B4ECDD;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #3416C8;
}
.titlu {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #3416C8;
	text-align: center;
	line-height: 1.2;
}

.harta small {
	font-size: .7rem;
}

@media (max-width: 768px) {
    .titlu {
        font-size: 1.8rem;
    }
}