
body {
  background: rgb(0,0,0);
  background-image: url("../img/kylie.gif");
  background-repeat: repeat;
}

.logo {
  position: absolute;
  bottom: 0;
  left:0;
margin:20px;
}

.listen {
  position: absolute;
  top: 0;
  left:0;
margin:20px;
font-family: Arial;
  font-weight: 800;
 color:#000;
 text-transform:uppercase;
     font-size: 20px;
          line-height:20px;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;


}

.follow {
  position: absolute;
  top: 0;
  right:0;
margin:20px;
font-family: Arial;
  font-weight: 800;
 color:#000;
 text-transform:uppercase;
     font-size: 20px;
     line-height:20px;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
  

.listen a {
text-decoration:none;
 color:#000;

}

.follow a {
text-decoration:none;
 color:#000;
}
