.feedbackForm {
    font-size: 18px;
    outline: none;
	font-family: "Montserrat-Regular";
}

.htmlTextScrolled {
	font-family: 'Montserrat-Regular';
	padding-top: 0px;
	font-size: 22px;
	border: none;
	background: transparent;
	text-wrap: pretty;
	overflow: auto;
	overflow-wrap: anywhere;
}

.autoFontSize {
	font-size: 1.15vmax;
}

/* Minimum aspect ratio */
@media (min-aspect-ratio: 16/9) {
	.autoFontSize {
		font-size: 2.05vmin;
	}
}

.htmlTextScrolled::-webkit-scrollbar {
	width: 12px;
}

.htmlTextScrolled::-webkit-scrollbar-track {
	background: rgb(91, 89, 109);
	border-radius: 20px;

}

.htmlTextScrolled::-webkit-scrollbar-thumb {
	background-color: rgb(3, 157, 222);
	border-radius: 20px;
}

.introInputs {
	border: 1.5px solid #595b77 !important;
	background: #31334a !important;
	padding: 2px;
	font-size: 20px !important;
	font-family: 'Montserrat-Regular';
	color: white;
}

#linksList {
	font-size: 18px !important;
}

.dropdown {
	font-family: 'Montserrat-Regular';
	font-size: 16px !important;
	font-weight: bold;
}

.topicDesc {
	/* border: 1.5px solid #595b77 !important; */
	/* background: #31334a !important; */
	/* padding: 2px;*/
	font-size: 14px !important;
	font-family: 'Montserrat-Regular';
	color: white;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Fonts/Montserrat-Regular.woff');
    font-weight: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Fonts/Montserrat-Bold.woff');
    font-weight: bold;
}