html {
  height: 100%;
}

body {
  background: linear-gradient(0deg, #e3a7f1, #7c60e6);
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 90%;
  min-height: 500px;
  font-family: Booster-Next-FY, 'Times New Roman', Times, serif;
}

.info {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flavor img {
  height: 28.64px;
  width: 161.6px;
}

.album img {
  width: 200px;
  height: 200px;
  border-radius: 10px;
}

.text .title {
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.025px;
  color: #ffffff;

  margin-top: 16px;
  max-width: 314px;
}

.text .artist {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.025px;
  color: #ffffff;
  opacity: 0.5;

  margin-top: 18px;
}

.spotify {
  background-color: white;
  border-radius: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
}

.spotify img {
  width: 39px;
  height: 39px;
  margin-right: 9px;
}

.spotify span {
  color: #8967e7;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0px 17px 68px rgba(0, 0, 0, 0.1);
}
