/* 500, 700, 900 */
.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}

* {
  margin: 0;
  padding: 0;
}
body {
  width: 1440px;
  background-image: url(images/pattern-background-desktop.svg);
  background-repeat: no-repeat;
  background-color: #dfe8ff;
  background-size: cover;
  background-position: center;
}

.container {
  background-color: #ffffff;
  width: 420px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.hero-image {
  width: 420px;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 30px;
}

h1 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  color: hsl(223, 47%, 23%);
  margin-bottom: 10px;
}
.description {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  color: hsl(224, 23%, 55%);
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}

/* subscribtion section */

.subscription {
  background-color: #f8f9fe;
  width: 300px;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 20px;
}
p {
  font-size: 16px;
}
.price-plan {
  display: inline-block;
  position: absolute;
  margin-right: 10px;
  margin-top: 5px;
}

.plan {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
}
.price {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  color: hsl(224, 23%, 55%);
}

.change-link {
  display: inline-block;
  position: absolute;
  margin-top: 1em;
  margin-left: 13em;
  color: #3627bf;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.change-link:hover {
  text-decoration: none;
}
.change-link:active {
  color: #766cf1;
}
.music-icon {
  width: 50px;
  margin-right: 20px;
}
/* buttons*/
.pay-button {
  background-color: #382ae1;
  color: white;
  border: none;
  border-radius: 7px;
  width: 340px;
  padding: 10px;
  margin: 0 auto;
  display: block;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 4px 5px 10px rgba(56, 42, 225, 0.4);
  cursor: pointer;
}
.pay-button:active {
  background-color: #766cf1;
}
.cancel-order-button {
  display: block;
  background-color: white;
  color: hsl(224, 23%, 55%);
  border: none;
  margin: 0 auto;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  padding-bottom: 30px;
  text-align: center;
  cursor: pointer;
}
.cancel-order-button:active {
  color: #0f172e;
}
