
p{
	cursor: pointer;
}


header{
background-color:rgb(244, 67, 54);
font-size:2em;
color: #E6E6E6;
padding:15px;
text-align: center;
font-family: 'Damion', cursive;
}


.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 28px;
    display: none;

 }
 .topalbums>hr{
 	margin: 10 auto;
 }
 .info{
 	font-size: 26px;
	font-family: 'Montserrat', sans-serif;
	color: #E6E6E6;
	margin:60px;
	line-height: normal;
}

 #p2{
 	width: 100%;
 	display: none;
 }
#quote{
	text-align: center;
	margin: 0 auto;
	color: #FFF;
	font-size: 22px;
	font-family: 'Josefin Sans', sans-serif;
	padding: 10px;
	max-width: 600px;
	min-width: 300px;
	line-height: 1.2;
}
.container{
 text-align: center;
  margin: 0 auto;
  position: fixed;
  top: 45%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  line-height: normal;
  border-radius: 10px;
  padding: 20px;
  background-image: linear-gradient(-45deg, #3EB072,#69B84F); 
  display: none;
}
