/*************************************
*************** Variables ************
**************************************/

:root {
	--first-color: #fff;
	--second-color: #1100f5;
	--third-color: #747ff3;
	--fourth-color: #cfd3fa;
	--fifth-color: #edeff7;

}



@media screen and (max-width: 768px) {
		:root {
		--third-font-size: 1.5rem;
	}
}

/*************************************
*************** Basics ***************
**************************************/


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;
}

/* 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, blockquote p {
	font-family: var(--first-font-family);
	quotes: none;
}

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

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


body, html 	{
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: var(--first-font-size);
	font-size: 3rem;

}

@media screen and (max-width: 1024px) {
		body {
			font-size: 1.3rem;
	}
}

body {
	background-color: var(--first-color);
	color: var(--third-color);
}

a {
	text-decoration: none;
	color: inherit;
}

h1 {
	text-align: center;
	margin: 0 auto;
}

.container-fluid {
	height: 100vh;
}
