body {
    background: linear-gradient(270deg, #c5fda6, #e1f590, #a1ddf9);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 48s ease infinite;
    -moz-animation: AnimationName 48s ease infinite;
    animation: AnimationName 48s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

img{
    max-width: 100%;
    max-height: 100%;
    display: block; /* remove extra space below image */
}

p {
	font-size: 18px;
}

.container {
	margin-bottom: 64px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: 
	hidden; 
	max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.header {
	margin: 24px 0px 24px 0px;
}

.contact {
	text-align: center;
	border-top: 0.125rem solid #222222;
	border-bottom: 0.125rem solid #222222;
}

.contact button {
	margin: 1rem 0rem 1rem 0rem;
	background-color: #1eaedb;
	border-color: #1eaedb;
	font-size: 14px;
}

.video {
	margin: 2.25rem 0rem 1.25rem 0rem;
}

.main-text {
	margin: 3rem 0rem 1rem 0rem;
}
