/* @font-face {
	font-family: Simp;
	src: url(../fonts/SIMPLIFICA/SIMPLIFICATypeface.ttf) format('truetype');
	font-weight: normal;
} */

@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham/GothamLightRegular.otf) format('truetype');
	font-weight: bolder;
}

* {
	font-family: Gotham, Helvetica Neue, Helvetica, sans-serif;
	color: black;
}

body {
	background-color: #373a36;
}

.header {
	/* margin-top: 20px; */
	text-align: center;
	/* font-size: ; 40px */
	background-color: #373a36;
	color: white;
}

.header2 {
	font-size: 3.3vw;
	color: white;
	padding: 0%;
	padding-top: 0.2%;
	margin: 0%;
}

.data-box {
	width: 82.8vw;
	/* width: 1200px; */
	height: 630px;
	position: relative;
	margin: 0 auto;
	background-color: rgb(225, 221, 216);
	display: inline-block;
}

.bar {
	/* border-radius: 15px 50px 30px 0px; */
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #de5d83;
	/* transition: 0.2s all ease; */
}

.bar_id {
	position: absolute;
	top: -31px;
	width: 100%;
	text-align: center;
	font-size: 1vw;
	font-weight: bolder;
}

.button {
	color: black;
	/* background-color:white; */
	/* font-size: 30px; */
	font-size: 1.3vw;
	border-width: small;
	padding: 5px;
	margin-top: 0%;
	margin-bottom: 1%;
	color: white;
	background-color: #373a36;
	cursor: pointer;
	border-radius: 0.7vw;
	margin-right: 0.5%;
	box-shadow: 0vw 0.18vw white;
	font-weight: bold;
}

.button[disabled] {
	color: grey;
}

.button:active {
	transform: translatex(0.18vw);
	transform: translatey(0.18vw);
	box-shadow: 0vw 0.1vw rgb(230, 229, 229);
}

.button:hover {
	background: -webkit-linear-gradient(top, black, rgb(111, 108, 102));
	border: 1px solid white;
}

.button:focus {
	outline: none;
}

.side {
	background-color: #d48166;
	vertical-align: top;
	text-align: center;
	width: 15vw;
	height: 630px;
	display: inline-block;
	font-size: 2.3vw;
	border-color: black;
	margin-left: 0.9%;
}

span,
p {
	color: white;
	font-size: 1.3vw;
	padding-top: 5%;
	font-weight: bold;
}

.myslider {
	-webkit-appearance: none;
	width: 60%;
	cursor: pointer;
	opacity: 0.8;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.myslider:focus {
	outline: none;
}

.myslider::-webkit-slider-runnable-track {
	background: white;
	height: 1vmin;
}

.myslider::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 350%;
	width: 20%;
	background: #212221;
	margin-top: -8%;
	border-radius: 50%;
}

.myslider:hover {
	opacity: 1;
}

#foot {
	/* width: 100%;
	height: 20%; */
	background-color: #4d4f4d;
}

#space {
	height: 6%;
}

#generate {
	width: 90%;
	font-size: 1.2vw;
	padding-top: 4%;
	padding-bottom: 4%;
	font-weight: bold;
}
