body {
	font-family: Helvetica;
	margin: 0;
	background: #e2c2cd;
	color: #550055;
	font-size: 3.5vmin;

}

* {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

*::-webkit-scrollbar {
	display: none;
}

a, a:link, a:hover, a:visited, a:active, a:focus {
	color: #ee7799;
}

h1 {
	color: #550055;
	font-size: 10vmin;
	font-family: Garamond;
}

h2 {
	color: #550055;
	font-size: 8vmin;
	font-family: Garamond;
}

h3 {
	color: #550055;
	font-size: 6vmin;
	font-family: Garamond;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1vmin;
	font-style: italic;
}

p {
	text-align: justify;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}

ul li::marker {
	color: #550055;
}

.botons {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 75vw;
	height: 75vh;
}

a.boto, a.boto:link, a.boto:hover, a.boto:visited, a.boto:active, a.boto:focus {
	color: #550055;
	display: flex;
	height: 25vmin;
	width: 35vmin;
	justify-content: center;
	align-items: center;
	border: 1px solid #550055;
	text-decoration: none;
	font-size: 5vmin;
	font-weight: bold;
	text-align: center;
}

@media (orientation: portrait) {
	.botons {
		flex-direction: column;
	}
}
.cols {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 1vmin;
}

#contingut {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#personal {
	width: 70vmin;
	aspect-ratio: 5/2;
	background: white;
	border: 1vmin solid #77feed;
	border-radius: 7vmin;
	padding: 5vmin;
	overflow: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.colD {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	text-align: right;
	overflow: auto;
}

.colE {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	overflow: auto;
}

.colJ {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: justify;
	overflow: auto;
}

hr {
	width: 100%;
}

#vida {
	width: 100vmin;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2vmin;
	margin-top: 2vmin;
}

#nacionalitat {
	width: 32vmin;
	aspect-ratio: 2/5;
	background: white;
	border: 1vmin solid #55ff66;
	border-radius: 3vmin;
	padding: 3vmin;
	overflow: auto;
}

#estudi {
	width: 32vmin;
	aspect-ratio: 2/5;
	background: white;
	border: 1vmin solid #77feed;
	border-radius: 3vmin;
	padding: 3vmin;
	overflow: auto;
}

#lleure {
	width: 70vmin;
	aspect-ratio: 1/1;
	margin-top: 2vmin;
	margin-bottom: 2vmin;
	display: flex;
	flex-direction: column;
	background: white;
	border: 1vmin solid #55ff66;
	border-radius: 3vmin;
	padding: 5vmin;
	position: relative;
	font-size: 3vmin;

}

#mitjans {
	position: absolute;
	top: 0;
	left: 0;
	width: 74vmin;
	height: 31.75vmin;
	padding: 3vmin;
	display: flex;
	border-bottom: .5vmin solid #550055;
}

#jocs {
	width: 35vmin;
	aspect-ratio: 1/1;
	padding-right: 2.5vmin;
	overflow: auto;
}

#sons {
	width: 35vmin;
	aspect-ratio: 1/1;
	padding-left: 2.5vmin;
	overflow: auto;
}

#oshi {
	position: absolute;
	top: 37.25vmin;
	left: 0;
	width: 74vmin;
	height: 31.75vmin;
	padding: 3vmin;
	border-top: .5vmin solid #550055;
	overflow: auto;
}
