*{
  transition: all 0.25s;
 
}
body{
  font-family: "open sans";
  margin: 0;
  padding: 0;
  background-image: url(https://ibb.co/njfc9LT);
  background-image: url(https://deducedata.solutions/wp-content/uploads/2021/09/unnamed.gif);
  background-size: auto;
  background-repeat: initial;

  background-position: center center;
  background-color: rgb(90, 159, 205);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-size: 130%;
}
#encabezado{
  
  width: 70Vw;
  margin: 10px;
  padding: 10px;
  font-size: 150%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  background-color: rgb(90, 159, 205);
  
}
.btn-spotify{
  display: inline-block;
  position: fixed;
  width: 200px;
  height: 55px;
  line-height: 35px;
  right: 80px;
  border-radius: 50px;
  bottom: 60px;
  padding-bottom: 10px;
}
.opcion{
  width: 70vw;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  background:rgb(231, 170, 170);
}
.opcion:hover{
  background-color: greenyellow;
  }