html,
body {
	margin: 0;
	padding: 0;

	width: 100%;
	height: 100%;

	background-color: #000000;

	font-family: "Inter";
	font-weight: bolder;
}

main {
	width: 100%;
	height: 100%;

	background-color: #000000;

	color: #ffffff;
}

section.section-title {
	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
}

section.section-versus {
	width: 100%;
	height: 100%;
}

section.section-cd {
	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
}

div.div-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	font-size: 10rem;
	font-variation-settings: "slnt" 12;
}

div.div-cd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	font-size: 10rem;
	font-variation-settings: "slnt" 12;
	font-style: italic;
}

div.div-vs-l,
div.div-vs-r {
	width: 40%;
	height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;

	float: left;
}

div.div-vs-m {
	width: 20%;
	height: 100%;

	float: left;

	/* background-color: #ffffff; */
}

div.div-match {
	width: 100%;
	height: 10%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	/* color: #000000; */
}

div.div-vs {
	width: 100%;
	height: 80%;

	display: flex;
	justify-content: center;
	align-items: center;

	/* color: #000000; */
	font-size: 10rem;
}

div.div-player {
	height: 5rem;

	margin: 4rem 0;
	padding: 1rem;

	color: #ffffff;
	font-size: 2rem;
}

div.div-player-a {
	background-color: #71018d;
}

div.div-player-b {
	background-color: #00519c;
}

div.div-score-l {
	float: left;
	width: 50%;
	height: 92.5%;
	background-color: #71018d;

	display: flex;
	justify-content: center;
	align-items: center;
}

/* div.div-score-m {
	float: left;
	width: 80%;
	height: 100%;
} */

div.div-score-r {
	float: left;
	width: 50%;
	height: 92.5%;
	background-color: #00519c;

	display: flex;
	justify-content: center;
	align-items: center;
}

div.div-score-bar {
	height: 7.5%;

	display: flex;
	justify-content: space-evenly;
	align-items: center;

	color: #000000;

	background-color: #ffffff;
}

div.div-score {
	height: 7.5%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

div.div-final {
	height: 100%;
	width: 100%;
}

div.div-final-l {
	float: left;

	width: 40%;
	height: 92.5%;

	padding: 0 5%;

	background-color: #71018d;

	text-align: left;

	font-size: 2rem;
	font-weight: 1000;
}

div.div-final-r {
	float: left;

	width: 40%;
	height: 92.5%;

	padding: 0 5%;

	background-color: #00519c;

	text-align: right;

	font-size: 2rem;
	font-weight: 1000;
}

div.div-result {
	height: 8rem;

	font-size: 4rem;

	display: flex;
	justify-content: center;
	align-items: center;
}

span.span-title-1 {
	color: mediumorchid;
	font-weight: 200;
}

span.span-title-2 {
	color: royalblue;
	font-weight: 1000;
}

span.span-match-type {
	font-size: 2.5vh;
}

span.span-match-index {
	font-size: 5vh;
}

span.span-score {
	font-size: 20rem;
}

span.span-final-score {
	font-size: 3rem;
}

span.span-score-time {
	font-size: 3rem;
}

span.span-score-vs {
	font-size: 3rem;
	font-weight: 200;
}

span.span-label {
	margin: 0 2rem;

	font-size: 2rem;
	font-weight: 200;
}

span.span-rp {
	margin-left: 2rem;
	font-weight: 200;
}

p {
	font-size: 2.5rem;
	font-weight: 200;
}

@font-face {
	font-family: "Inter";
	src: url(./Inter.var.woff2);
}

@font-face {
	font-family: "Coastal Round";
	src: url(./assets/font/Coastal-Round.woff2);
}
