:root {
	--color_main: #5BC2E7;
}
html {
	margin: 0; padding: 0;
	position: relative;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #000;
	height: 100%;
}

body {
	margin:0; padding:0; border:0;
	position: relative;
	color: #FFF;
	line-height: 1.2em;
	background: radial-gradient(ellipse at top left, #666 0%, #000 100%);
	min-height: 100%;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	position: relative;
	background: radial-gradient(ellipse at center top, #00DEF2 0%, var(--color_main) 100%);
	text-align: center;
	padding: 0% 4%;
	border-bottom: 6px solid #FFF;
}
header h1 {
	text-shadow: 0px 2px 6px rgba(0,0,0,0.4);
	font-size: 7vw;
	font-weight: bold;
	line-height: 7vw;
	letter-spacing: 1px;
	color: #FFF;
}
.header_left {
	display: inline-block;
	text-align: left;
}
.header_center {
	display: inline-block;
}
.header_left {
	display: block;
	text-align: right;
}

main {
	margin: 0;
	padding: 40px 12%;
	text-align: center;
}

.logo_main {
	width: 75%;
	max-width: 350px;
}

a { color: #FFF; text-decoration:none; }
a:hover { color: var(--color_main); text-decoration:none; }

.set1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
	border: 1px solid #fff;
	background: radial-gradient(farthest-corner at right top, #333 0%, #000 100%);
	text-decoration: none;
	padding: 2px 10px;
	border-radius: 10px;
	color: #FFF;
	width: 100%;
	max-width: 800px;
}
._link:hover {
	background: radial-gradient(farthest-corner at left bottom, #666 0%, #000 100%);
	color: var(--color_main);
}
.set1_img {
	height: 8vw;
	width: 8vw;
	max-height: 200px;
	image-orientation: none;
}
.set1_txt {
	text-align: left;
	flex-grow: 1;
	margin-left: 40px;
	font-size: 3.4vw;
	line-height: 3.4vw;
	text-shadow: 0px 2px 6px rgba(0,0,0,0.8);
}

.set2 {
	display: block;
	margin: 20px 0;
	padding: 10px 0px 0px 0px;
	border: 1px solid #fff;
	text-decoration: none;
	border-radius: 10px;
	color: #FFF;
	width: 100%;
	max-width: 420px;
	background: radial-gradient(farthest-corner at right top, #444 0%, #222 100%);
}
.set2_img {
	border-radius: 8px;
	width: 98%;
	max-width: 400px;
	image-orientation: none;
}
.set2_txt {
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-shadow: 0px 2px 6px rgba(0,0,0,0.8);
}

.set3_txt {
	margin: 10px 20px;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-shadow: 0px 2px 6px rgba(0,0,0,0.8);
}

.team {
	display: inline-block;
	margin: 10px 20px;
	border: 1px solid #fff;
	text-decoration: none;
	border-radius: 10px;
	background: radial-gradient(farthest-corner at right bottom, #444 0%, #222 100%);
}
.team img {
	max-height: 400px;
	max-width: 300px;
	border-radius: 10px 10px 0 0;
	margin: 2px 2px 0 2px;
}
.team_player {
	text-align: center;
	font-size: clamp(1em, 2.0vw, 1.8em);
}

