body {
	background-color: #89cda3;
	margin:0;
	text-align: center;
	align-self: center;
	max-width: 100%;
	overflow-x: hidden;
}


iframe {
	display: block;
	width: 1080;
	height: 100vh;
	border: none;
}

p {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 30px;
}


.h2 {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 50px;
}



#container {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

.tableOne {
	margin:auto;
}


a img {
	border:none;
}

h3 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: red;
}

/* Bottom triangles */

.triangles {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 100%;
	z-index: -1;
}

.triangles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	animation: animate 55s linear infinite;
	bottom: calc(-50px - 40vh);
}

.triangles li:nth-child(1) {
    animation-delay: 0s;
    animation-duration: 30s;
    left: 20%;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 300px 300px 0;
    border-color: transparent rgba(94, 165, 244, 0.4) transparent transparent;
}

.triangles li:nth-child(2) {
    animation-delay: 0s;
    animation-duration: 50s;
    left: 40%;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 350px 350px;
    border-color: transparent transparent #00da97 transparent;

}

.triangles li:nth-child(3) {
    animation-delay: 0s;
    animation-duration: 70s;
    left: 60%;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 244px 175px 141px;
    border-color: transparent transparent #f8e102 transparent;
}

.triangles li:nth-child(4) {
    animation-delay: 0s;
    animation-duration: 70s;
    left: 80%;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 92px 168px 353px;
    border-color: transparent transparent #ffb021 transparent;
}


@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 0;
	}
        10% {
		
		opacity: 0.8;
	}


	50% {
		transform: translateY(-60vh) rotate(-360deg);
		opacity: 0.8;
	}

        90% {
		
		opacity: 0.8;
	}
	100% {
		transform: translateY(-120vh) rotate(-720deg);
		opacity: 0;
	}
}


@keyframes animate3 {
	0% {
		transform: scale(var(--ggs,6)) translateY(0) rotate(0deg);
		opacity: 0;
	}
        10% {
		
		opacity: 0.8;
	}


	50% {
		transform: scale(var(--ggs,6)) translateY(-3vh) rotate(360deg);
		opacity: 0.8;
	}

        90% {
		
		opacity: 0.8;
	}
	100% {
		transform: scale(var(--ggs,6)) translateY(-6vh) rotate(720deg);
		opacity: 0;
	}
}






@keyframes animate2 {
	0% {
		transform: scale(var(--ggs,10)) translateY(0) rotate(0deg);
		opacity: 0;
	}
        10% {
		
		opacity: 0.4;
	}


	50% {
		transform: scale(var(--ggs,10)) translateY(3vh) rotate(360deg);
		opacity: 0.8;
	}

        90% {
		
		opacity: 0.8;
	}
	100% {
		transform: scale(var(--ggs,10)) translateY(6vh) rotate(720deg);
		opacity: 0;
	}
}

@keyframes animate4 {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 0;
	}
        10% {
		
		opacity: 0.8;
	}


	50% {
		transform: translateY(60vh) rotate(360deg);
		opacity: 0.8;
	}

        90% {
		
		opacity: 0.8;
	}
	100% {
		transform: translateY(120vh) rotate(720deg);
		opacity: 0;
	}
}


.gg-shape-triangle1 {
    animation: animate3 45s linear infinite;
    animation-delay: 0s;
    animation-duration: 35s;
    transform: scale(var(--ggs,10));
    position: absolute;
    bottom: 0;
    left: 15%;
    z-index: -3;
    width: 22px;
    height: 17px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid rgba(236, 190, 69, 1);

}

.gg-shape-triangle1,
.gg-shape-triangle1::before {
    display: block;
    box-sizing: border-box;
    border-right: 3px solid transparent
}

.gg-shape-triangle1::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 3px solid rgba(236, 190, 69, 1);
    border-top: 3px solid rgba(236, 190, 69, 1);
    border-bottom: 3px solid transparent;
    transform: rotate(45deg) skew(10deg,10deg);
    left: -2px;
    bottom: -13px
}


.gg-shape-triangle2 {
    animation: animate2 45s linear infinite;
    animation-delay: 0s;
    animation-duration: 80s;
    transform: scale(var(--ggs,8));
    position:relative;
    left: 35%;
    z-index: -3;
    width: 22px;
    height: 17px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid rgba(238, 119, 0, 1);

}

.gg-shape-triangle2,
.gg-shape-triangle2::before {
    display: block;
    box-sizing: border-box;
    border-right: 3px solid transparent
}

.gg-shape-triangle2::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 3px solid rgba(238, 119, 0, 1);
    border-top: 3px solid rgba(238, 119, 0, 1);
    border-bottom: 3px solid transparent;
    transform: rotate(45deg) skew(10deg,10deg);
    left: -2px;
    bottom: -13px
}

.gg-shape-triangle3 {
    animation: animate3 45s linear infinite;
    animation-delay: 0s;
    animation-duration: 30s;
    transform: scale(var(--ggs,15));
    position: absolute;
    bottom: 0;
    left: 55%;
    z-index: -3;
    width: 22px;
    height: 17px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid rgba(0, 154, 92, 1);

}

.gg-shape-triangle3,
.gg-shape-triangle3::before {
    display: block;
    box-sizing: border-box;
    border-right: 3px solid transparent
}

.gg-shape-triangle3::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 3px solid rgba(0, 154, 92, 1);
    border-top: 3px solid rgba(0, 154, 92, 1);
    border-bottom: 3px solid transparent;
    transform: rotate(45deg) skew(10deg,10deg);
    left: -2px;
    bottom: -13px
}

.gg-shape-triangle4 {
    animation: animate2 45s linear infinite;
    animation-delay: 0s;
    animation-duration: 40s;
    transform: scale(var(--ggs,4));
    position:relative;
    left: 85%;
    z-index: -3;
    width: 22px;
    height: 17px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid rgba(1, 78, 255, 1);

}

.gg-shape-triangle4,
.gg-shape-triangle4::before {
    display: block;
    box-sizing: border-box;
    border-right: 3px solid transparent
}

.gg-shape-triangle4::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 3px solid rgba(1, 78, 255, 1);
    border-top: 3px solid rgba(1, 78, 255, 1);
    border-bottom: 3px solid transparent;
    transform: rotate(45deg) skew(10deg,10deg);
    left: -2px;
    bottom: -13px
}
