body {
	background-color: rgb(33, 33, 33);
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url(rankingBorder.png);
	background-repeat: no-repeat;
	background-size: auto 100vh;
	background-position: top center;
	height: 100vh;
	margin-top: 0;
	overflow-y: hidden;
}
.container {
	width: 352px;
	height: 100%;
}
.titles {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 17%;
	width: 100%;
}
.title {
	font-family: fuenteItalic;
	font-size: 7vh;
	margin-left: 1.418vw;
}
.ranking {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 83%;
	width: 100%;
	gap: 3vh;
}
.top3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 20%;
	width: 100%;
	gap: 1.5vh 2vh;
	font-family: fuenteItalic;
	margin-top: 1.5vh;
}

.player2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 1vh;
	height: 30%;
	font-size: 5vh;
}
.player1 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 1vh;
	height: 30%;
	font-size: 5vh;

}
.player3 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 1vh;
	height: 30%;
	font-size: 5vh;
}

.logos {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8%;
	width: 100%;
	gap: 1vh 2vh;
}

.logo {
	height: 7vh;
}
.logo2 {
	width: 8.5vh;
}

.top8 {
	display: flex;
	flex-direction: column;
	height: 65%;
	width: 100%;
	gap: 1.5vh 2vh;
}
.player {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 8%;
	width: 100%;
	gap: 1vh;
}
.last {
	font-size: 2.5vh;
	font-family: fuenteItalic;
	height: 3%;
	text-align: center;
	padding-top: 2vh;
	padding-bottom: 1vh;
}
.numbersTop3 {
	font-size: 4vh;
	font-family: fuenteItalic;
	height: 100%;
	padding-top: 2vh;
}
.numbers {
	font-size: 3vh;
	font-family: fuenteItalic;
	height: 100%;
	padding-top: 2.156vh;
}
.shape-outer1 {
	display: flex;
	align-self: center;
	height: 100%;
	min-width: 17vh;
	margin-top: 1.078vh;
	background-color: white;
}
.shape-inner1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 97%;
	width: 97%;
	margin: auto;
	background-color: rgb(33, 33, 33);
	font-size: 2.3vh;
	font-family: fuenteRegular;
}
.shape-outer2 {
	display: flex;
	align-self: center;
	height: 100%;
	min-width: 17vh;
	margin-top: 1.078vh;
	background-color: white;
}
.shape-inner2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 97%;
	width: 97%;
	margin: auto;
	background-color: rgb(33, 33, 33);
	font-size: 2.3vh;
	font-family: fuenteRegular;
}
.shape-outer3 {
	display: flex;
	align-self: center;
	height: 100%;
	min-width: 17vh;
	margin-top: 1.078vh;
	background-color:white;
}
.shape-inner3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 97%;
	width: 97%;
	margin: auto;
	background-color: rgb(33, 33, 33);
	font-size: 2.3vh;
	font-family: fuenteRegular;
}
.shape-outer {
	display: flex;
	align-self: center;
	height: 100%;
	min-width: 13.866vh;
	margin-top: 1.078vh;
	background-color: blue;
}
.shape-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 97%;
	width: 97%;
	margin: auto;
	background-color: rgb(33, 33, 33);
	font-size: 1.8vh;
	font-family: fuenteRegular;
}
.bevel {
	-webkit-clip-path: polygon(
		8% 0%,
		100% 0%,
		100% 20%,
		100% 73%,
		92% 100%,
		20% 100%,
		0% 100%,
		0% 27%
	);
	clip-path: polygon(
		8% 0%,
		100% 0%,
		100% 20%,
		100% 73%,
		92% 100%,
		20% 100%,
		0% 100%,
		0% 27%
	);
}
.scoreTop3{
	font-size: 3vh;
	font-family: fuenteItalic;
	height: 100%;
	padding-top: 2.5vh;
}

.score {
	font-size: 2.5vh;
	font-family: fuenteItalic;
	height: 100%;
	padding-top: 2.695vh;
}
.name{
	padding: 0px 7px 0px 7px;
}
@font-face {
	font-family: fuenteBold;
	src: url(Basier\ Circle\ Medium.otf);
}

@font-face {
	font-family: fuenteItalic;
	src: url(maass_slicer_Italic.ttf);
}

@font-face {
	font-family: fuenteRegular;
	src: url(Oxanium-Regular.ttf);
}
