body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sky {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to bottom, #FFC1CC, #FFB6C1);
}

#ocean {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(to bottom, #42A5F5, #0D47A1);
}

.sun {
	position: absolute;
	top: 20%;
	left: 60%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: white;
	border-radius: 50%;
	box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.8);
}

.cloud {
	position: absolute;
	background: white;
	border-radius: 50px;
}

.cloud:nth-child(1) {
	width: 80px;
	height: 40px;
	top: 10%;
	left: 10%;
}

.cloud:nth-child(2) {
	width: 60px;
	height: 30px;
	top: 20%;
	left: 25%;
}

.cloud:nth-child(3) {
	width: 50px;
	height: 25px;
	top: 15%;
	left: 35%;
}

.cloud:nth-child(4) {
	width: 70px;
	height: 35px;
	top: 25%;
	left: 80%;
}

.light-ray {
	position: absolute;
	top: 0;
	width: 15px;
	height: 100%;
	background: rgba(173, 216, 230, 0.5);
	transform-origin: top center;
}

.boat {
	position: absolute;
	top: -20px;
	right: 20%;
	width: 100px;
	height: 30px;
}

.hull {
	width: 100%;
	height: 100%;
	background: #4CAF50;
	border-top: 4px solid #F44336;
}

.deck {
	position: absolute;
	top: -10px;
	left: 20px;
	width: 60px;
	height: 10px;
	background: #8D5524;
}

.sail {
	position: absolute;
	top: -50px;
	left: 40px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 40px solid white;
}

.sail::after {
	content: 'G';
	position: absolute;
	top: 10px;
	left: -5px;
	color: #4CAF50;
	font-family: 'Courier New', monospace;
	font-size: 20px;
}

.figure {
	position: absolute;
	top: -20px;
	left: 30px;
	width: 10px;
	height: 20px;
	background: #3E2723;
}

.figure::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 10px;
	height: 5px;
	background: #4CAF50;
}

.life-preserver {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
	border: 3px solid #FF9800;
	border-radius: 50%;
	background: white;
}

.swimmer {
	position: absolute;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);
}

.body {
	width: 20px;
	height: 30px;
	background: #E0E0E0;
}

.head {
	position: absolute;
	top: -10px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #616161;
	border-radius: 50%;
}

.bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.bubble {
	position: absolute;
	background: white;
	border-radius: 50%;
	opacity: 0.8;
}

.bubble:nth-child(1) {
	width: 10px;
	height: 10px;
	top: 28%;
	left: 52%;
}

.bubble:nth-child(2) {
	width: 8px;
	height: 8px;
	top: 33%;
	left: 47%;
}

.bubble:nth-child(3) {
	width: 12px;
	height: 12px;
	top: 38%;
	left: 42%;
}

.bubble:nth-child(4) {
	width: 6px;
	height: 6px;
	top: 28%;
	left: 42%;
}

.flying-duck {
	position: absolute;
	top: -30%;
	left: 90%;
	transform: translateX(-50%);
	width: 100px;
	height: auto;
	animation: fly 10s linear infinite;
	z-index: 20;
}

.flying-duck1 {
	position: absolute;
	left: 80%; 
	top: -38%;
	width: 90px;
	animation-delay: 0s;
}

.flying-duck2 {
	position: absolute;
	left: 95%; 
	top: -38%;
	animation-delay: 0s;
	width: 90px;
}

.flying-duck3 {
	position: absolute;
	left: 75%; 
	top: -30%;
	animation-delay: 0s;
	width: 90px;
}

.flying-duck4 {
	position: absolute;
	left: 70%; 
	top: -38%;
	animation-delay: 0s;
	width: 90px;
}

.duck {
	position: absolute;
	width: 80px;
	height: auto;
	z-index: 10;
}

.object {
	display: none;
}

.whale {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: auto;
	z-index: 5;
}

.name-title {
	position: absolute;
	top: 20px;
	left: 20px;
	font-family: 'Arial', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	z-index: 100;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.construction-notice {
	position: absolute;
	top: 80px;
	left: 20px;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: #333;
	z-index: 100;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

/*
.duck1 { 
	left: 5%; 
	top: 8%;
}
.duck2 { 
	left: 16%; 
	top: 5%;
}
.duck3 { 
	left: 28%; 
	top: 12%;
}
.duck4 { 
	left: 40%; 
	top: 7%;
}
.duck5 { 
	left: 52%; 
	top: 15%;
}
.duck6 { 
	left: 65%; 
	top: 3%;
}
.duck7 { 
	left: 78%; 
	top: 10%;
}
.duck8 { 
	left: 90%; 
	top: 6%;
}*/