* {
	margin: 0;
}
html, body {
	display: flex;
	flex-direction: column;
	height: 100%;
}
body {
	font-family: 'Roboto';
	background-color: black;
}
.app {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.menu {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	position: relative;
}
.menu .menu-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: #6be5f2;
	background: linear-gradient(90deg, #6be5f2 0%, white 33%, #ffe458 66%);
}
.menu .menu-background:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(359deg, #9d0000 50%, rgba(255, 228, 88, 0) 50%);
}
.menu .menu-actions {
	display: flex;
	border: 2px solid #630b0c;
	border-top: 0;
	margin-left: -13px;
	position: relative;
	transform: skewX(-25deg);
	z-index: 1;
}
.menu .menu-actions a {
	width: 100px;
	font-size: 40px;
	background-color: #B71C1C;
	color: #E57373;
	text-align: center;
}
.menu .menu-actions a i {
	transform: skewX(25deg);
}
.menu .menu-actions a:last-child {
	background-color: #881212;
}
.menu .mode {
	display: flex;
	position: relative;
	z-index: 1;
	background-color: #FFEB3B;
	font-size: 25px;
	padding: 3px 0;
	font-weight: 800;
	letter-spacing: 1px;
	margin-left: 30px;
	border: 3px solid black;
	align-items: center;
}
.menu .mode p {
	padding: 0 45px 0 50px;
}
.menu .mode i {
	margin-right: 5px;
	color: #6b6318;
	font-size: 20px;
}
.chars {
	display: flex;
	background-color: black;
	flex-wrap: wrap;
	justify-content: center;
	max-height: 522px;
	overflow: auto;
}
.chars .char {
	width: 120px;
	height: 100px;
	flex-shrink: 0;
	margin: 2px;
	position: relative;
	background: linear-gradient(36deg, #e9ca37 0%, #fbf0b8 60%);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	cursor: pointer;
}
.chars .char .char-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transition: transform .3s;
}
.chars .char:hover .char-img {
	transform: scale(1.1);
}
.chars .char p {
	position: relative;
	margin-top: auto;
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	-webkit-text-stroke: 1px black;
	color: white;
}
.select {
	flex: 1;
	background: #004e9d;
	background: linear-gradient(145deg, #004e9d 0%, white 70%, #69e4ff 100%);
	padding-top: 5px;
	margin-top: 10px;
}
.select .players {
	display: flex;
	height: 100%;
	padding: 0 3px;
}
.select .players .player {
	flex: 1;
	display: flex;
	background-color: white;
	margin: 6px;
	margin-bottom: 0;
	border-top: 10px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	overflow: hidden;
}
.select .players .player.blue .player-image {
	background: #7eb7ff;
	background: linear-gradient(31deg, #7eb7ff 18%, #5ba4ff 18%, #5ba4ff 27%, #3c93ff 27%, #3c93ff 55%, #d6d6d6 55%);
}
.select .players .player.blue .player-info-background {
	background: #7eb7ff !important;
	background: linear-gradient(31deg, #0069ef 18%, #4087e0 18%, #4087e0 27%, #3c93ff 27%) !important;
	border-left: 3px solid #3b92fe !important;
}
.select .players .player.blue .controller {
	background-color: #3b92fe !important;
}
.select .players .player .player-image {
	flex: 1;
	background: #ff8989;
	background: linear-gradient(31deg, #ff8989 18%, #fb5b5b 18%, #fb5b5b 27%, #ff3c3c 27%, #ff3c3c 55%, #d6d6d6 55%);
	position: relative;
}
.select .players .player .player-image div {
	content: '';
	background-size: cover;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.select .players .player .player-info {
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 30px;
}
.select .players .player .player-info .player-info-background {
	position: absolute;
	top: 0;
	right: -32px;
	padding-left: 64px;
	width: 100%;
	height: 100%;
	background: #6f1919;
	background: linear-gradient(31deg, #6f1919 18%, #9c1f1f 18%, #9c1f1f 27%, #ea2c2c 27%);
	transform: skewX(-10deg);
	border-left: 3px solid #ea2b2c;
}
.select .players .player .player-info h1 {
	margin-top: auto;
	z-index: 1;
	position: relative;
	font-size: 50px;
	-webkit-text-stroke: 2px black;
	color: white;
	text-shadow: 3px 3px black;
	font-weight: 900;
}
.select .players .player .player-info h2 {
	z-index: 1;
	position: relative;
	width: 100%;
	text-align: center;
	background-color: rgba(240, 248, 255, 0.55);
	font-size: 30px;
	border: 3px solid black;
	padding: 5px;
	margin-top: 5px;
}
.select .players .player .player-info .controller {
	z-index: 1;
	position: relative;
	width: 100%;
	border: 3px solid black;
	padding: 5px;
	border-bottom: 0;
	margin-top: 10px;
	text-align: center;
	font-size: 40px;
	font-weight: 900;
	-webkit-text-stroke: 1px white;
	color: black;
	background-color: #ea2b2c;
}

.about { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;    
    color: white;
    padding: 100px;

}
