html{
  width: 100%;
  height: 100%;
  background-color: #FFBB8A;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

body {
  background-image: url(../img/peachbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.centerContainer{
  text-align: center;
  width: 34%;
  position: absolute;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.liaplogo img {
  width: 100%;
}

.liapMuyPronto img {
  width: 62%;
  margin-top: -22px;
}

.liapDisfrutate img {
  width: 76%;
  margin-top: 38px;
}

.liapButton img {
  width: 60%;
  margin-top: 5px;
  transition: all 0.2s ease;
}

.liapButton img:hover {
  width: 60%;
  margin-top: 5px;
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0px 0px 21px -1px rgba(168,77,39,0.63);
box-shadow: 0px 0px 21px -1px rgba(168,77,39,0.63);
cursor: pointer;
}

.slogan img {
  width: 13%;
  position: absolute;
  bottom: 7px;
  left: 16px;
}

.spotifyplayer {
  width: 13%;
  position: absolute;
  bottom: 7px;
  right: 146px;
  display: inline;
}
