h2 {
  color: #1f2f56;
}

body {
  background-color: #e0e8ff;
  background-image: url("images/pattern-background-desktop.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 0, 9375rem;
  font-family: "Red Hat Display", sans-serif;
}

@media only screen and (max-width: 600px) {
  body {
    background-color: #e0e8ff;
    background-position-x: 90%;
    background-image: url("images/pattern-background-mobile.svg");
    background-size: 100%;
  }
}

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.musicplan {
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: white;
  border-radius: 0.625rem;
  width: 27.8125rem;
  -webkit-box-shadow: 0 2px 10px 0 #d3d3d3;
  box-shadow: 0 2px 10px 0 #d3d3d3;
}

@media only screen and (max-width: 600px) {
  .musicplan {
    width: 375px;
    height: 567px;
  }
}

.img {
  background-image: url("images/illustration-hero.svg");
  background-repeat: no-repeat;
  width: 27.8125rem;
  height: 13.75rem;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

@media only screen and (max-width: 600px) {
  .img {
    width: 375px;
  }
}

.text {
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (max-width: 600px) {
  .text {
    font-size: 15px;
  }
}

p {
  color: #7280a7;
  font-size: 1rem;
  font-weight: 500;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 13px;
  }
}

.lilac {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.annual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f7ff;
  border-radius: 0.625rem;
  height: 6.25rem;
  width: 21.5625rem;
}

@media only screen and (max-width: 600px) {
  .annual {
    width: 274px;
    height: 80px;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 1rem;
}

@media only screen and (max-width: 600px) {
  .wrapper {
    font-size: 11px;
  }
}

.icon {
  background-image: url("images/icon-music.svg");
  background-repeat: no-repeat;
  height: 3.125rem;
  width: 3.125em;
  margin-left: 1.25rem;
}

@media only screen and (max-width: 600px) {
  .icon {
    height: 50px;
    width: 50px;
  }
}

.theplan {
  color: #1f2f56;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .theplan {
    font-size: 12px;
  }
}

.price {
  text-align: center;
  color: #7280a7;
}

.change {
  padding-left: 6rem;
  color: #3829e0;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .change {
    font-size: 11px;
    padding-left: 60px;
    padding-right: 16px;
  }
}

.change:hover {
  color: #7280a7;
  text-decoration: none;
}

.btn {
  margin: 30px auto 0 auto;
  display: block;
  height: 3.125rem;
  width: 22.1875rem;
  background-color: #3829e0;
  border: none;
  border-radius: 0.625rem;
  cursor: pointer;
  font-family: "Red Hat Display", sans-serif;
  color: white;
  font-size: 0.9375rem;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 10px 0 #d3d3d3;
  box-shadow: 0 2px 10px 0 #d3d3d3;
}

.btn:hover {
  background-color: #766cf1;
}

@media only screen and (max-width: 600px) {
  .btn {
    height: 50px;
    width: 280px;
    font-size: 15px;
  }
}

.cancel {
  padding-top: 2.0625rem;
  padding-bottom: 3rem;
  font-size: 0.9375rem;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .cancel {
    padding-top: 20px;
    font-size: 13px;
  }
}

a {
  text-decoration: none;
  color: #7280a7;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding-top: 30px;
}
