body {
	margin: 0;
	padding: 0;
}

main {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 2% 0%;
}

.main-content {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 4%;
}

.web-logo {
    width: 300px;
    display: inline-block;
    margin-right: auto; /* Aliniază la stânga */
}

/* Sau mai bine, pentru control total: */
.img-line {
    display: flex;
    justify-content: flex-start; /* Aliniază toate elementele la stânga */
    gap: 20px; /* Spațiu între logo-uri */
}

header {
	width: 100%;
	box-sizing: border-box;
	background-color: #4a4a4a;
	color: #fff;
	padding: 15px 4% 15px 4%;
	margin-bottom: 35px;
}

header h1 {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	display: block;
}

p {
	font-family: Arial, sans-serif;
	color: #7A7A7A;
	display: block;
	font-size: 16px;
	margin: 0;
	padding-top: 10px;
	padding-right: 30%;
	padding-bottom: 40px;
}

.text-header-1 {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 0;
}

footer {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 5%;
	background: #4a4a4a !important;
	color: #fff;
	padding: 13px 4%;
}

.download-area {
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
}

.download-image {
	width: 220px;
	margin-bottom: 20px;
}

.btn-download {
	background-color: #1261c1;
	color: #fff;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 17px;
	border: 0;
	padding: 12px 15px;
	border-radius: 4px;
	transition: background-color 0.5s ease-in-out;
	cursor: pointer;
	margin-top: 25px;
}

.btn-download::focus {
	background-color: #1261c1;
}

.swal2-popup {
  font-family: Arial !important;
}

.img-line {
	display: flex;
	flex-direction: row;
	width: 100%;
	box-sizing: border-box;
}