p{
	color: yellow;
	font-family: sans-serif;
}
#literally-everything{
	/*This is my gradient background*/
	/*This makes a gradient green and light blue gradient background*/
	background-image: linear-gradient(green,#40E0D0);
}
h1{
	/*This affects my title of my page at the top of the page*/
	color: white;
	font-family: papyrus;
	margin: 10px;
	text-align: center;
	text-decoration: underline;
}
h3{
	color: white;
	text-decoration: underline;
}
img{
	/*This affects my images*/
	border-style:solid;
	border-color: yellow;
	border-width:5px;
	border-radius:10px;
	width: 850px;
	height: 128px;
	text-align: center;
}
#introduction{
	/*this affects my intro*/
	color: white;
}
#intro {
	color: rgb(255,233,5);
}
.Competencies {
	/*this affects my competencies*/
	color: yellow;
	font-family: sans-serif;
}
.quote{
	font-size: 18px;
	color: yellow;
}
h2{
	color: white;
	text-decoration: underline;
}
.activities{
	color: yellow;
}
.copyright{
	color: black;
}
.name{
	color: yellow;
}
li{
	font-family: sans-serif;
}
.other-image{
	width: 900px;
	height: 128px;
}
.challenge{
	width: 300px;
	height: 300px;
}
.success{
	width: 670.5px;
	height: 400px;
}
li{
	color: yellow;
}