@media screen and (max-width: 600px) {
	body {
		background-image: url(smartphone.png);
	}
}

@media screen and (min-width: 601px) {
	body {
		background-image: url(ordi-2025.png);
	}
}

body {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

a {
	display: block;
	width: 100%;
	height: 100vh;
}

