html {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #111;
}

.title {
  margin: auto;
  width: 75%;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

.main-body {
  margin-bottom: 15px;
}

.line {
  border-top: 1px solid #777;
  width: 60%;
  margin: auto;
  padding-bottom: 15px;
}

p {
  margin: auto;
  width: 70%;
  padding: 10px;
  color: #eee;
}

h3 {
  margin: auto;
  width: 70%;
  text-align: center;
}

a {
  transition: all 0.3s;
  cursor: pointer;
  border-bottom: 2px solid rgba(0,0,0,0);
  text-decoration: none;
}

a:link {
  color: #16f2e7;
}

a:hover:link {
  border-color: #16f2e7;
}

a:visited {
  color: #d81ced;
}

a:hover:visited {
  border-color: #d81ced;
}

.dope-text {

	vertical-align: middle;
	text-align: center;
	color: #01357d;
	background: linear-gradient(110deg, #4c55d4 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(110deg, #0855bf 34%, #054399 34%);
	background-size: 400%;
	 -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.dope-text{
		animation: Gradient 5s ease-in-out infinite;
		-webkit-animation: Gradient 15s ease-in-out infinite;
		-moz-animation: Gradient 5s ease-in-out infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 35% 50%
	}
	50% {
		background-position: 15% 50%
	}
	100% {
		background-position: 35% 50%
	}

}
