body {
	margin: 0px;
}

table {
	padding: 0px;
	width: 100vw;
	border-spacing: 4vw;
}

.left {
	display: flex;
	justify-content: right;
	align-items: center;
	height: auto;
	border-top-left-radius: 4vw;
	border-top-right-radius: 4vw;
}
.left h1 {
	font-size: 12vw;
	color: white;
	margin: 0px;
}
.flag {
	height: auto;
	width: 40%;
	border: 1vw solid;
	border-radius: 4vw;
	margin: 5px;
	margin-right: 20px;
}

.right {
	border: 1.5vw solid;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: white;
	border-bottom-left-radius: 4vw;
	border-bottom-right-radius: 4vw;
}
.right h2 {
	margin: 1vw;
	font-size: 6vw;
}

.selected .left {
	padding: 4vh 0px;
	justify-content: center;
}
.selected .left h1 {
	font-size: 25vw;
}
.selected .flag {
	display: none;
}
.selected .right {
	display: none;
}