
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, b, 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%;
	vertical-align: baseline;
}

body {
    font-family: "Montserrat", sans-serif;
	overflow-x: hidden!important;
	background-color: #1E1E1E;
}

h2 {
	font-family: "Playfair Display", sans-serif;
	font-weight: 800;
	font-size: 3rem;
	color: #D9D9D9;
	margin-top: 4rem;
	text-align: center;
}

h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	background-color: #b5a47abd;
	padding: 1rem;
	text-transform: uppercase;
	color: #D9D9D9;
	text-align: center;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.679);
	max-width: 100%;
}