body {
  font-family: 'Cherry Cream Soda';
font-size:25px;
    color: #a71717;
  text-align: center;
}
body {
	background-image: url(images/DS_CBGBs_Camera-Roll-3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #2a3839;
	background-position: top center;  
		}
* {
  box-sizing: border-box;
}
img {
  display: block;
  margin: auto;
}
icons {  
  color: #a71717;
}
i {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    line-height: 250%;
    text-decoration: none;
}
a {
text-decoration: none;
   color: #a71717;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}












