
@import url('https://fonts.googleapis.com/css?family=Roboto');


p {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
}

#section {
	width: 80%;
	text-align: center;	
}


#music {

}

#title {
	text-align: center;
}

h1{
	font-family: 'Roboto', sans-serif;
	font-size: 55px;
}

.button {
	border-radius: 2px;
	background-color: white;
	color: black;
}

.fa {
  padding: 20px;
  font-size: 50px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}