*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
	min-height: 100vh;
	font-family: 'Inter', sans-serif; 
}

a {
	color: inherit;
	text-decoration: none;
}

.main-background-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -10;
}

.main-background-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.hidden {
	opacity: 0;
}
