body {
	margin: 0;
	padding: 0;
}

header {
	width: 100%;
	height: 300px;
}

section {
	padding-left: 10px
}

.water {
	background-color: cyan;
	width: 100%;
	height: 50%;
}

.sand {
	background-color: #FFF478;
	width: 100%;
	height: 50px;
}

.relax_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50%;
}

.logo {
	background: white;
	border-radius: 50%;
	height: 175px;
	position: relative;
	top: -55px;
	margin-bottom: 0;
	box-shadow: 0px 0px 5px gray;
}

.relax_logo {
	display: flex;
	align-items: center;
	height: 100px;
}

.figcaption {
	text-align: center;
	font-size: 40px;
	position: relative;
	top: -20px;
}

.gameul {
	list-style-type: none;
}

footer {
	background: black;
	color: white;
	height: 100pt;
	padding-left: 10px;
}

footer p a {
	text-decoration: none;
	color: white;
}

.footer_have_icon {
	display: flex;
	align-items: center;
	height: 10px;
	width: 100%;

}

.footer_icon {
	height: 20px;
	width: 20px;
	background: white;
	margin-left: 80%;
}

div.helpp {
	position: absolute;
	width: 50%;
	bottom: 0px;
	font-size: 12px;
}