.mainBackground {
	background-image: url(../wallpaper.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 800px;
}
body {
	background-image: url(../wallpaperBackground.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Poppins", sans-serif !important;
}
.mainName {
	text-align: center;
	margin-top: -10px;
}
.mainBackground {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}
.mainInfo {
	font-family: "Salsa", sans-serif !important;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	background-color: rgba(0, 0, 0, 0.621);
	border: 2px solid rgba(255, 255, 255, 0.591);
	border-radius: 30px;
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
}
.mainCallButton {
	font-size: 1.2rem;
	color: white;
	color: white;
	background-color: rgba(0, 0, 0, 0.378);
	border-radius: 30px;
	border: 2px solid rgba(255, 255, 255, 0.669);
	padding: 7px;
	transition: 200ms all;
}
.mainCallButton:hover {
	transform: scale(0.98);
}
.card-img-top {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 180px;
}
.image1 {
	background-image: url(../gallery/1.jpg);
	background-position: 50% 33%;
}
.image2 {
	background-image: url(../gallery/2_1.jpg);
	background-position: 50% 80%;
}
.image3 {
	background-image: url(../gallery/4_1.jpg);
	background-position: 50% 60%;
}
.image4 {
	background-image: url(../gallery/5_1.jpg);
	background-position: 50% 60%;
}
.image5 {
	background-image: url(../gallery/3_1.jpg);
}
.image6 {
	background-image: url(../gallery/6_1.jpg);
}
.centerCustomContainer {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	padding-bottom: 2rem;
}
.card {
	min-width: 200px !important;
}
h1 {
	text-shadow: 0px 0px 9px #000000;
	color: white;
	font-family: "Salsa", sans-serif !important;
	margin-top: 2rem;
	padding: 0.5rem;
}
.footer {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	color: white;
	justify-content: center;
	text-align: center;
	gap: 1rem;
	padding: 1.5rem;
}
a {
	color: white;
	text-decoration: unset;
}
