@font-face {
    font-family: 'PDU';
    src: url(../PDU_Regular.ttf);
}

body, *{
  margin: 0;
}

body{
  background-color: black;
}

h1{
  width: 100%;
  font-family: 'PDU';
  text-align: center;
  text-transform: uppercase;
  color: white;
  cursor: default;
}

.title{
  margin-top: 10vh;
  margin-bottom: 2vh;
  font-size: 42px;
  letter-spacing: 3px;
}

.artist{
  margin-bottom: 5vh;
  font-size: 20px;
  letter-spacing: 1px;
}

p{
  margin-left: 10%;
  margin-bottom: 10vh;
  width: 80%;
  font-family: 'PDU';
  font-size: 30px;
  text-transform: uppercase;
  line-height: 45px;
  float: left;
  cursor: default;
}

span{
  transition-duration: 3s;
}

span:hover{
  color: white;
  transition-duration: 0.2s;
}

.back{
    position: fixed;
    left: 1vw;
    top: 1.5vh;
    border-radius: 50%;
  	width: 40px;
  	height: 40px;
    background-color: white;
}

@media (max-width: 740px){
  p{
    margin-left: 10%;
    width: 90%;
    font-size: 20px;
    line-height: 35px;
    color: white;
  }

  .back{
  width: 30px;
  height: 30px;
  }
}
