html{
	margin: 0;
	padding: 0;
}
body{
	width: 2880px;
	heght: 1800px;
	margin: 0;
	padding: 0;
	background-image: url('bg1.png');
	background-repeat: no-repeat;
  	background-attachment: fixed; 
  	background-size: 100% 100%;
}
header{
	position: fixed;
	width: 100%;
	top: 0;
	text-align: center;
}
h1{
	font-family: "Amatic SC", sans-serif;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 2.825em;
  	line-height: 0.8125em;
  	margin: 1% 0 1% 0;
	padding: 0;
}
h2{
	font-family: sans-serif;
  	font-optical-sizing: auto;
  	font-size: 1em;
  	font-weight: 400;
  	text-transform: uppercase;
  	margin: 0;
	padding: 0;
}
h3{
	font-family: "Amatic SC", sans-serif;
  	font-weight: 400;
  	font-style: normal;
  	font-size: 1.5em;
  	margin: 0;
	padding: 0;
	background-color: white;
}
p{
	font-family: sans-serif;
	font-weight: 600;
}
.white{
	background-color: white;
}

/* GRAPHICS */
img#basket{
	width: 243px;
	height: auto;
	animation: wobble 1s ease infinite;
	position: absolute;
	top: 25%;
	left: 8%;	
}
h3#basket{
	width: 212px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 8%;	
}
img#balloon{
	width: 124px;
	height: auto;
	position: absolute;
	top: 30%;
	left: 150%;
}
h3#balloon{
	position: absolute;
	top: 45%;
	left: 155%;
}
img#banana{
	width: 186px;
	height: auto;
	position: absolute;
	top: 85%;
	left: 25%;
}
h3#banana{
	position: absolute;
	top: 100%;
	left: 23%;
	transform: rotate(2deg);
}
img#burst{
	width: 186px;
	height: auto;
	animation: spin 2s linear infinite; /* Name, duration, timing function, iteration count */
	position: absolute;
	top: 40%;
	left: 120%;
}
img#dog{
	width: 224px;
	height: auto;
	position: absolute;
	top: 70%;
	left: 55%;
}
h3#dog{
	position: absolute;
	top: 95%;
	left: 55%;
	transform: rotate(-3deg);
}
img#door{
	width: 88px;
	height: auto;
	position: absolute;
	top: 60%;
	left: 86%;
}
h3#door{
	position: absolute;
	top: 88%;
	left: 84%;
	transform: rotate(3deg);
}
img#feet{
	width: 248px;
	height: auto;
	position: absolute;
	top: 110%;
	left: 98%;
}
h3#feet{
	width: 148px;
	position: absolute;
	top: 135%;
	left: 98%;
}
img#heart{
	width: 124px;
	height: auto;
	animation: blinker 2s linear infinite; /* Name, duration, timing function, iteration count */
	position: absolute;
	top: 120%;
	left: 40%;
}
h3#heart{
	position: absolute;
	top: 135%;
	left: 35%;
}
img#hole{
	height: 62px;
	width: auto;
	position: absolute;
	top: 70%;
	left: 3%;
}
h3#hole{
	text-align: center;
	width: 184px;
	position: absolute;
	top: 80%;
	left: 3%;
}
img#logo{
	height: 94px;
	width: 32%;
	display: block;
  	margin: auto;
}
img#moon{
	width: 112px;
	height: auto;
	position: absolute;
	top: 10%;
	left: 196%;
	animation: blinker 2s linear infinite;
}
h3#moon{
	width: 148px;
	position: absolute;
	top: 25%;
	left: 196%;
	animation: blinker 2s linear infinite;
}
img#mouse{
	width: 62px;
	height: auto;
	position: absolute;
	top: 110%;
	left: 70%;
}
h3#mouse{
	position: absolute;
	top: 122%;
	left: 65%;
}
img#chair{
	width: 224px;
	height: auto;
	position: absolute;
	top: 40%;
	left: 105%;
}
h3#chair{
	width: 200px;
	position: absolute;
	top: 28%;
	left: 105%;
}
img#pill{
	width: 168px;
	height: auto;
	position: absolute;
	top: 51%;
	left: 42%;
}
h3#pill{
	position: absolute;
	top: 45%;
	left: 42%;
	transform: rotate(-3deg);
}
img#pill:hover{
	width: 248px;
	height: auto;
	position: absolute;
	top: 49%;
	left: 40%;
}
img#receipt{
	position: absolute;
	top: 50%;
	left: 125%;
}
h3#receipt{
	width: 148px;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 130%;
}
img#reminder{
	width: 248px;
	height: auto;
	position: absolute;
	top: 125%;
	left: 175%;
}
img#stair{
	width: 148px;
	height: auto;
	position: absolute;
	top: 38%;
	left: 68%;
}
h3#stair{
	width: 186px;
	position: absolute;
	top: 38%;
	left: 78%;
}
img#toiletPaper{
	width: 312px;
	height: auto;
	position: absolute;
	top: 72%;
	left: 175%;
	animation: wobble 2s ease infinite;
}
h3#toiletPaper{
	width: 284px;
	position: absolute;
	top: 72%;
	left: 174%;
	text-align: center;
}
img#vortex{
	width: 186px;
	height: auto;
	animation: spin 2s linear infinite; /* Name, duration, timing function, iteration count */
	position: absolute;
	top: 130%;
	left: 10%;
}
h3#vortex{
	width: 186px;
	position: absolute;
	top: 125%;
	left: 12%;
}
img#container{
	width: 186px;
	height: auto;
	position: absolute;
	top: 100%;
	left: 150%;
	animation: shake 2s ease 0s infinite normal forwards;
}
h3#container{
	width: 186px;
	position: absolute;
	top: 125%;
	left: 150%;
}
/* ANIMATION */
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
@keyframes spin {
    0% {
    	transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes wobble {
    0%, 100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-32px) rotate(-10deg);
        transform: translateX(-32px) rotate(-10deg);
    }

    30% {
        -webkit-transform: translateX(calc(32px / 2)) rotate(10deg);
        transform: translateX(calc(32px / 2)) rotate(10deg);
    }

    45% {
        -webkit-transform: translateX(calc(-32px / 2)) rotate(calc(-10deg / 1.8));
        transform: translateX(calc(-32px / 2)) rotate(calc(-10deg / 1.8));
    }

    60% {
        -webkit-transform: translateX(calc(32px / 3.3)) rotate(calc(10deg / 3));
        transform: translateX(calc(32px / 3.3)) rotate(calc(10deg / 3));
    }

    75% {
        -webkit-transform: translateX(calc(-32px / 5.5)) rotate(calc(-10deg / 5));
        transform: translateX(calc(-32px / 5.5)) rotate(calc(-10deg / 5));
    }
}
@keyframes shake {
	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateY(-8px);
	}

	20%,
	40%,
	60% {
		transform: translateY(8px);
	}

	80% {
		transform: translateY(6.4px);
	}

	90% {
		transform: translateY(-6.4px);
	}
}