html {
  font-size: 16px;
}

body {
  font-family: 'Open Sans', 'Trebuchet MS', Arial, sans-serif;
  line-height: 1.5;
  background: #e2e5eC;
}

.email-container {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  max-width: 42.5rem;
  background: #fff;
  border-radius: 0.125rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: box-shadow 0.25s cubic-bezier(0.4, 0, 1, 1);
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 1, 1);
}

.header__thumbnail {
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.email__body {
  padding-top: 1rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
}

.body__heading {
  margin-bottom: 0.5rem;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #141414;
}

.body__meta {
  display: inline-block;
  margin-bottom: .728rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(20, 20, 20, 0.4);
}

.body__text {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01563rem;
  color: rgba(20, 20, 20, 0.85);
}

.email__footer {
  padding-right: 3rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  text-align: center;
}

.footer__button {
  display: inline-block;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #2ab8ce;
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  white-space: nowrap;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 1, 1);
}
.footer__button:focus, .footer__button:hover {
  background: black;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.23);
}

.img-bio{
    z-index: 0!important;
}
