body {
	/* background-image: url("/static/images/Naffarroa.png");
	background-repeat: no-repeat; */
	background-color: rgba(200, 200, 200, 0.5);
	background-size: 100% 100%;
	height: 100%;
}

.container {
	width: 96%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 2%;
}

.centered {
	width: 90%;
	border-style: groove;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(160, 160, 160, 0.5);
}

.centered-table {
	width: 90%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
}

.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flag {
	background-image: url("/static/images/Naffarroa.png"); 
	background-repeat: no-repeat;
}
