.mySlides {
	display: none;
}

body {
	background-color: rgb(233, 232, 230);
	font-family: Verdana, sans-serif;
}

.head {
	margin-top: 1vw;
	margin-right: 2vw;
	margin-left: 2vw;
	text-align: center;
	font-size: 25px;
	font-weight: bolder;
	font-style: italic;
}

.data-container {
	width: 600px;
	height: 384px;
	position: relative;
	margin: 0 auto;
}

.bar {
	width: 28px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgb(0, 153, 255);
	transition: 0.2s all ease;
}

.bar__id {
	position: absolute;
	top: -24px;
	width: 100%;
	text-align: center;
    font-size: 1vw;
}
.btn1 {
	padding: 12px;
	font-weight: bolder;
	background-color: rgb(20, 112, 84);
	border-radius: 10px;
	color: white;
	font-size: 16px;
	border: white;
	margin-left: 37vw;
	margin-top: 4vw;
	margin-right: 1vw;
	cursor: pointer;
}

.btn1:hover{
	background-color: rgb(51, 129, 106);
}

.btn2 {
	padding: 12px;
	font-weight: bolder;
	background-color: #194280;
	border-radius: 10px;
	color: white;
	font-size: 16px;
	border: white;
	margin-left: 2vw;
	margin-top: 1vw;
	margin-right: 1vw;
	cursor: pointer;
}

.btn2:hover{
	background-color: #33517e;
}

.btn3 {
	padding: 12px;
	font-weight: bolder;
	margin-left: 2vw;
	margin-top: 1vw;
	margin-right: 1vw;
	background-color: rgb(14, 116, 14);
	border-radius: 10px;
	color: white;
	font-size: 16px;
	border: white;
	cursor: pointer;
}
.btn3:hover{
	background-color: rgb(64, 124, 57);
}

.btn4 {
	padding: 12px;
	font-weight: bolder;
	background-color: rgb(180, 57, 149);
	border-radius: 10px;
	color: white;
	font-size: 16px;
	border: white;
	cursor: pointer;
}

.btn4:hover{
	background-color: rgb(143, 70, 125);
}

.btn5 {
	padding: 12px;
	font-weight: bolder;
	margin-left: 2vw;
	margin-top: 1vw;
	margin-right: 1vw;
	background-color:rgb(180, 39, 39);
	border-radius: 10px;
	color: white;
	font-size: 16px;
	border: white;
	cursor: pointer;
}

.btn5:hover{
	background-color:rgb(180, 73, 73);
}

.sort
{
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	margin-left: 2vw;
	margin-top: 12vw;
	margin-right: 1vw;
	padding-top: 2vw;
	
}
