/* variables */
:root {
	--primary-color: #f05e34;
	--dark-color: #2c2f31;
	--light-color: #7c8388;
}

body {
	height: 100svh;
	margin: 0;
	display: flex;
	font-family: 'Rubik', sans-serif;
	background: url('../images/bg.webp') no-repeat center center fixed;
}

.container {
	display: flex;
	flex-grow: 1;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.mz-card {
	flex-grow: 1;
	padding: 20px;
	margin: 20px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.8);
}

.mz-logo {
	width: 100%;
	max-width: 200px;
	margin: 20px auto;
	display: block;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

.mz-title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.mz-contact-link {
	border: 2px solid var(--primary-color);
	border-radius: 999px;
	padding: 10px 20px;
	margin-bottom: 25px;
	text-decoration: none;
	color: var(--dark-color);
	display: flex;
	text-align: center;
}

.mz-icon {
	width: 20px;
	margin-left: 15px;
}

.mz-number {
	direction: ltr;
	margin: 0 3px;
}
