body {
    background-image: url(/images/taio\ cruz\ song.png);
    background-color: rgb(0, 0, 0);
    background-repeat: repeat;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   cursor: url(https://cur.cursors-4u.net/games/gam-3/gam235.cur), auto !important;
}
.wrapper {
    background-color: rgb(48, 118, 79);
    width: 760px;
    height: auto;
    border-color: rgb(41, 41, 41);
    border-width: 5px;
    border-style: solid;
}
.about {
    background-color: black;
    color: white;
   margin-bottom: -20px;
    margin-left: 10px;
    margin-right: 10px;
}
p {
    margin: 30px;
    margin-top: 0;
}
#poster {
    width: 222px; height: 291px;
}
span {
    background-color: brown;
    color:black;
    position:sticky;
    bottom: 40px;
    left: 4px;
    border-color: black;
    border-width: 3px;
    font-size: 1.4em;
    border-style: solid;
}
@keyframes dance {

    0% {
      margin-left: 0%;
  animation-play-state: paused 3s;
    transform: scaleX(-1);
      
    }
    50% {
      animation-play-state: paused 3s;
     margin-left: 0;
    }
    100% {
        margin-left: 0%;
        animation-play-state: paused 3s;
        transform: scaleX(1);
    }
  }
  .dan {
    animation: dance 3s infinite;
  }
  .convince {
    background-color: brown;
   width: 760px;
   height: auto;
   border-color: rgb(41, 41, 41);
    border-width: 5px;
    border-style: solid;
  }