p {

  padding-top: 5px;
  padding-bottom: 5px;
}
 
p:hover {
    transition: background-color 0.1s linear;
    background-color: #F3F3F3;
}

small {

font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}



.title {

   background: #181818;
   color: #FFF;
  }

.artists {
    font-size: 2em;
    font-weight: 600
  }
  
.small {

    font-size: 1.5em;
  }

.container {
    overflow: visible;
    max-width: 320px;
    display: block;
    background-color: #FFF;
    margin: auto;
    padding: 0;
    border: 0;
    font-size: 16px;
    vertical-align: baseline;
    text-align: center;
}    


.link {

    margin-top: 200px;

    }

.background {

         position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;

    }

.background img {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 55%;
    min-height: 55%;
    }


.arrow {

    display: inline-block;
    left: 50%;
    margin-left: -12px;
    margin-bottom: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #181818;
    float: left;
    position: relative;
    width: 0;
    height: 0;
    top: 0;
}