body {
	margin: 15px;
	font-family: 'Jua', sans-serif;
	background-color: #FFC1D8;
	box-sizing: border-box;
	color: #35465d;
	font-size: initial;
	
}
.file-upload {	padding: 15% 3%;
	margin: 0 auto;
	border-radius: 10px;
	border: solid 1.5px #f6f7fa;
	background-color: #f6f7fa;
    margin-bottom: 0px;
    padding-bottom: 40px;
    padding-top: 40px;

}
.file-upload-btn {
	width: 50%;
	margin: 0;
	color: #fff;
	background: #1fb264;
	border: none;
	padding: 10px;
	border-radius: 4px;
	border-bottom: 4px solid #15824b;
	transition: all 0.2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
}
.file-upload-btn:hover {
	background: #1aa059;
	color: #ffffff;
	transition: all 0.2s ease;
	cursor: pointer;
}
.file-upload-btn:active {
	border: 0;
	transition: all 0.2s ease;
}
.file-upload-content {
	display: none;
	text-align: center;
}
.file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}
.image-upload-wrap {
	width: 60%;
	margin: 0 auto;
	position: relative;
	object-fit: contain;
	border-radius: 30px;
	border: dashed 1.5px #35465d;
	background-color: #ffffff;
}
.image-dropping,
.image-upload-wrap:hover {
	background-color: #35465d82;
	border: 1.5px dashed #ffffff;
}
.image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #222;
	height: 55px;
}
.drag-text {
	text-align: center;
}
.drag-text h3 {
	font-weight: 500;
	text-transform: uppercase;
}
.file-upload-image {
	max-height: 60%;
	max-width: 60%;
	margin: auto;
	padding: 10px;
}
.remove-image {
	width: 200px;
	margin: 0;
	color: #fff;
	background: #cd4535;
	border: none;
	padding: 10px;
	border-radius: 20px;
	border-bottom: 4px solid #b02818;
	transition: all 0.2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px;
}
.remove-image:hover {
	background: #c13b2a;
	color: #ffffff;
	transition: all 0.2s ease;
	cursor: pointer;
}
.remove-image:active {
	border: 0;
	transition: all 0.2s ease;
	border-radius: 40px;
}
.nav-distance {
	padding: 2.1% 7.7%;
}
.navbar-brand .navbar-light {
	font-family: NanumSquareR;
	line-height: 1.68;
	text-align: left;
	color: #35465d;
}
.navbar-light .navebar-toggler {
	border-color: #ffffff;
}
.section {
	margin-top: 0px;
	background-color: #FD1;
	border-radius: 10px;
}
.title {
	line-height: 1.67;
	text-align: center;
	color: #6610f2;
	-webkit-: medium;
}
.subtitle {
	line-height: 1.53;
	font-family: fantasy;
	text-align: center;
	color: #6c757d;
	-webkit-: medium;
} /* On screens that are 600px or less, set
the background color to olive */
@media screen and (max-width: 600px) {
	html {
		font-size: 10px;
	}
}
.navbar-brand {
	font-size: 2rem;
}
.file-upload {
	padding: 15% 3%;
	margin: 0 auto;
	border-radius: 10px;
	border: solid 1.5px #f6f7fa;
	background-color: #f6f7fa;
}
.upload-text {
	width: 58%;
	font-size: 1.5rem;
	line-height: 1.53;
	text-align: center;
	color: #35465d;
	margin: 50px auto;
	margin-top: 10;
}

#label-container {
    width: 80%;
    margin: 0 auto;
	margin-bottom: 20px;
	
}
.result-message {
    font-size: 2rem;
	color: #FF0000;
}

.className {
	font-size: 2rem;
	color: #FF0000;
}
