
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 {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
scroll-behavior: smooth;
}

body {
    font-family:Inter;
    background: url('../img/bg.jpg') #1D1A36;
    background-size: cover;
}

a {
    text-decoration:none;
}

div.logo-div {
	height: 100vh;
}

img.logo {
max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.inner {
    position: absolute;
    top: 40%;
    left: 35%;
    width: 30%;
}

div.inner h1 {
	color: white;
	font-size: 24px;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 24px;
}

div.inner h1 span {
	color: #FFC700;
	font-weight: 900;
}

footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	padding-bottom: 40px;
}

footer p {
	color: white;
}

a {
	color: #FFC700;
}

a:hover {
	text-decoration: underline;
}

a.btn {
	background:#FFC700;
	color: #1D1A36;
	font-weight: 900;
	text-align: center;
	margin: 0 auto;
	padding: 16px 8px;
	box-sisinzg: border-box;
	overflow: hidden;
	display: block;
	clear: both;
	font-size: 24px;
	text-transform: uppercase;
}

a.btn:hover {
	text-decoration: none;
}


@media (max-width: 768px) {
	img.logo {
		max-width: 50%;
	}

	div.inner {
		width: 100%;
		position: relative;
		left: auto;
		text-align: center;
	}

	a.btn {
		font-size: 18px;
		clear: none;
		display: inline-block;
		padding: 16px;
	}
}	