﻿@charset "UTF-8"; 

body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0px 0px 0px 0px;
}

.home { 
	background-image: url("../../dummydata/images/background.png");
	background-position: center center;
	background-repeat: none;
	background-size: cover;	
}

#content {	
	text-align: center;
    margin: 0 auto;
    padding: 15px;
    background: #ffffff24;
    border: 2px white dashed;
    border-radius: 15px;
    max-width: 81%;
    box-shadow: 0px 0px 20px 0px #00000078;
}

#content p {
	font-size: 22px;
	color: fff;	
}

#footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	color: fff;
	background: #000;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.top6 {
	height: 100%; 
	display:flex; 
	align-items: center;
}

.logo {
	max-height: 100px;
}

h1 {
	font-size: 38px;
	color: fff;
	text-transform: uppercase;
}
