@import url(https://fonts.google.com/specimen/Outfit);

* {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Outfit, sans-serif;
}

body {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 4rem;
	background-color: rgba(163, 163, 219, 0.534);
}

.main-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 28rem;
	width: 18rem;
	margin-top: 10rem;
	background-color: white;
	border-radius: 1.5rem;
}

img {
	width: 16rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
	border-radius: 1.5rem;
}

#testo-em-negrito {
	text-align: center;
	font-weight: 700;
	width: 15rem;
	margin-bottom: 0.5rem;
}

#testo-normal {
	text-align: center;
	width: 15rem;
	margin-bottom: 2rem;
	color: rgb(100, 97, 97);
}

@media (max-width: 320px) {
	.attribution > a {
		font-size: 12px;
	}
}
