/*↓↓Affects All or Most Content↓*/
* {
  margin:0;
  padding:0;
}

body {
  background-color: hsl(225, 100%, 94%);
}

#contentcard {
  margin: 0px auto;
  width: 450px;
  font-family: "Red Hat Display", sans-serif;
  text-align: center;
  margin-top: 75px;
  border-radius: 22px;
  background-color: white;

}
/*↑↑Affects All or Most Content↑↑*/



/*Header Image*/
.header-img{
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  margin: 0px;
  padding: 0px;
}


/*Order Summary*/
.order-summary h2{
  margin: 0px auto;
  padding: 30px 0px 0px;
  width: 9em;
  font-weight: 900;
}

.order-summary p{
  margin: 0px auto;
  padding: 15px 0px;
  width: 20em;
  font-size: 16px;
}


/*Plan Pricing & Info*/
.plan-pricing {
  margin: 0px auto;
  margin-top: 5px;
  padding: 25px 20px;
  background-color: hsl(225, 100%, 98%);
  border-radius: 8px;
  width: max-content;
  margin-bottom: 35px;
}
.plan-item {
  display: inline-block;
  vertical-align: middle;
}

.item-1 {
  margin-left: 5px;
  margin-right: 15px;
}

.item-2 {
  margin-right: 85px;
  line-height: 1.6em;
}
.annualplan {
  font-weight: 900;

}
.price {
  font-weight: 600;
  color: hsl(224, 23%, 55%);
}

.item-3 {
  font-weight: bolder;
  font-size: 14px;
  margin-right: 7px;
  color: hsl(245, 75%, 52%);
}

.item-3:hover {
  text-decoration: none;
  color: hsl(245, 45%, 60%);
}


/* Buttons */
.buttons {
  margin-top: 20px;
  padding-bottom: 20px;
}

.buttonsize {
  height: 50px;
  width: 350px;
  margin-bottom: 15px;
  border-radius: 8.5px;
  border: none;
  font-weight: 700;
  letter-spacing: .75px;
}
.buttonsize:hover {
  cursor: pointer;
}
.pay {
  background-color: hsl(250, 80%, 50%);
  box-shadow: 0px 10px 20px hsl(224, 23%, 55%);
  color: white;
  
}
.pay:hover {
  background-color: hsl(245, 45%, 60%)
}

.cancel {
  background-color: transparent;
  color: grey;
}
.cancel:hover {
  color: black;
}

/*Footer*/
.footer {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 11px;
  text-align: center;
}

.footer a {
  color: hsl(228, 45%, 44%);
}
