body {
    background-image: url(./imgsp1/party.png);
    background-color: #FF8A8A;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 100px 15px;
    background-position-x: 290px;
    background-position-y: 187px;
}

.spotify{
  left: 1260px;
}

.shape{
  position: absolute;
  top: 620px;
  left: 1260px;
  right: 10px;
}

.circle {
    display: block;
    height: 100px;
    width: 100px;
    background-color: #FFE815;
    border-radius: 50%;
    border: 0.1rem solid blue;
  }

  .text {
    width: 100%;
     height: 100%;
     position: relative;
     margin: auto;
     }
     
     .text p {
     height: 100%;
     font-size: 17px;
     line-height: 1.25;
     margin-top: 25px;
     padding: 0;
     text-align: center;
     font-family: 'Times New Roman', Times, serif;
     font-weight: bold;
     font-style: italic;
     color: blue;
   }

   .previous{
    text-align: left;
    margin-top: 10px;
    margin-left: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}

a:visited { 
  text-decoration: none; 
  color: blue
 }