body{
	background: rgb(13,204,255);
	background: linear-gradient(90deg, rgba(13,204,255,1) 0%, rgba(241,50,203,1) 100%);
	text-align: center;
}

h1{
	text-align: center; 
	color: white;
	font-size: 25px; 
	font-family: sans-serif; 
}

h2 {
	text-align: center;
	word-spacing: 30px;
	font-size: italic;
	font-family: sans-serif; 
}

h3 {

	font-size: 40px;
	text-decoration: underline;
}

p {
	border-style: groove;
	border-width: 5px;
	border-color: white;
	background: slategray;
	text-align: center;
	font-size: 30px; 
	font-family: sans-serif; 
	color: white;
}

button {
	font-size: 20px;
	font-style: italic;
	text-align: center;
}


marquee {
	padding: 10px;
	padding-right: 10px;
}

/* Footer */

.footer {
	background: black;
	color: white;
	height: 400px;
	position: relative;
}

.footer .footer-content {
	height: 350px;
	display: flex;
}


.footer .footer-content .footer-section-links {
	flex: 1;
	padding-left: 500px;
}

.footer .footer-section-bottom {
	background: darkslategray;
	color: white;
	height: 50px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom:  0px;
	left: 0px;
	padding-top: 20px;
}