@charset "utf-8";

html , body {
	width:100%;
	height:100%;
}

body {
  background: url(./images/background.jpg) center center / cover no-repeat fixed;
}

.main {
	width:100%;
	height:100%;
	display: flex;
}

a {
	color:#FFF;
	text-decoration:none;
}

.box {
	flex: 0 1 auto;
	width: 60%;
	margin: auto;
	color: #FFF;
	font-size: 2em;
	text-align: center;
}

.box img {
	width:50%;
}

@media screen and (max-width: 599px) {
.box img {
	width:80%;
}
}

.box p {
	padding:8px;
	background-color: rgba(0,0,0,0.5);
}
