@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Heebo, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
}

body {
	background-color: #353941;
	background-size: cover;
	background-attachment: fixed;
}

div#welcome {
	width: 800px;
	max-width: 95%;
	margin: 25px auto;
	background-color: #353941;
	border-radius: 3px;
	padding: 25px;
	box-sizing: border-box;
}

div#w-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

div#w-image img {
	width: 150px;
}

div#w-form {
	background: #26282B;
	padding: 5%;
	color: #90B8F8;
}

.form-block {
	position: relative;
	border: 1px dashed #5F85DB;
	padding: 30px;
	margin-bottom: 35px;
}

.form-block {
}

.form-block-title {
	position: absolute;
	top: -11px;
	background-color: #26282b;
	margin: auto;
	left: 0;
	right: 0;
	font-weight: bold;
	text-align: center;
	width: fit-content;
	padding: 5px 15px;
	border: 1px dashed #5F85DB;
	font-size: 18px;
}

.form-field {
	display: flex;
	flex-direction: column;
	margin-bottom: 18px;
}

.form-field input {
	border: none;
	background-color: #353941;
	margin-top: 10px;
	padding: 10px;
	font-size: 15px;
	color: #90B8F8;
	font-family: inherit;
}

.form-field label {
	font-size: 20px;
}

.form-field:last-child {
	margin-bottom: 0;
}

.form-submit {
	display: flex;
	justify-content: center;
	align-items: center;
}

button {
	border: none;
	background-color: #90B8F8;
	color: #26282b;
	font-size: 18px;
	font-family: inherit;
	padding: 3px 20px;
	border-radius: 2px;
	cursor: pointer;
}

button:hover {
	background-color: #5F85DB;
	color: #1b1e22;
}

h1, h2 {
	text-align: center;
	color: #90B8F8;
	font-weight: 100;
	font-size: 35px;
}

div#what-is-it {
	background-color: #26282b;
	padding: 5%;
	margin: 30px 0;
	color: #90B8F8;
	text-align: justify;
	line-height: 1.5;
}

div#what-is-it code {
	background-color: #353941;
	padding: 1px 10px;
	border-radius: 5px;
}

h3 {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
	font-size: 20px;
}

div#what-is-it p {
	margin-bottom: 15px;
}

div#what-is-it span {
	color: #353941;
	padding: 1px 10px;
	border-radius: 5px;
	background-color: #90B8F8;
}

div#loader.show {
	display: flex;
}

div#loader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #353941c7;
	display: none;
	align-items: center;
	justify-content: center;
}


div#loader-inner {
	background-color: white;
	border-radius: 5px;
	width: 250px;
	max-width: 90%;
	text-align: center;
	line-height: 1.5;
	padding: 25px;
	font-size: 20px;
	font-weight: 300;
}

div#loader-inner img {
	width: 50%;
}

@media all and (max-width: 800px) {
	div#what-is-it {
		line-height: 1.9;
	}

	div#w-form {
		padding: 10% 5%;
	}

	.form-block {
		padding: 40px 30px;
	}
}

a{
	color: white;
}
