.button-container {
  background-color: #93C745;
  text-align: center;
  width: 100%;
  height: 4rem;
  bottom: 0em;
  position: fixed;
  padding: 0em;
}

.button-container__link, .button-container__link:visited {
  text-decoration: none;
  color: white;
}
.button-container__button--green {
  font-size: 2rem;
  font-weight: 400;
  border: none;
  background-color: inherit;
  margin: 1rem 0rem;
  width: 100%;
  color: inherit;
  cursor: pointer;
}

.button-container__options {
  position: absolute;
  font-size: 1.3rem;
}

.button-container__button--white {
  background-color: white;
  height: 50%;
  width: 4.5em;
  color: black;
  border: none;
  margin-top: 0.7em;
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.15);
  cursor: pointer;
}

.button-container__button__paypal {
  right: 5.5em;
}

.button-container__button__paypal__img {
  margin-top: 0.3em;
}

.button-container__button__card {
  right: 0.5em;
}

.button-container__button__card__img {
  height: 1em;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}

.button-container__button__card__text {
  margin: 0em;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  font-size: 0.9em;
}

.button-container__text {
  color: white;
  left: 0.5em;
  margin-top: 1em;
  font-weight: bold;
}
