@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
}

#home {
	background-image: url("../img/gfta_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}

#home div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 100%;
}

#home div img {
	height: 400px;
	width: auto;
}