.center {
    width: 50%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.songtitle {
  font-family: "Chakra Petch", sans-serif;
  color: #c2c2c2;
  font-weight: 1000;
  font-style: normal;
  font-size: 30px;
  padding: 2%;
}

.links {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
  padding: 2%;
}

.banner {
	padding: 5%;
}

a:link {
	color: #c2c2c2;
	text-decoration: none;
}

a:visited {
	color:  #c2c2c2;
	text-decoration: none;
}
	
a:hover {
	color: #ebebeb;
	text-decoration: none;
	font-size: 30px;
}

a:active {
	color: #ebebeb;
	text-decoration: none;
	font-size: 30px;
}
