.card,
.envelope {
  background: #fff;
  box-shadow: -1px 8px 3px 0 rgba(0, 0, 0, 0.6);
  height: 21em;
  padding: 2em;
  position: relative;
  width: 15em;
}

.envelope {
  background: #cb231c;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.8);
  margin: -2em -2em;
  position: absolute;
  transform: rotate(-8deg);
  z-index: -1;
}

h1 {
  font-size: 2.5em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  width: 90%;
}

em {
  color: #cc2119;
  font-style: normal;
}

.heart {
  bottom: 4em;
  position: absolute;
  right: 4em;
}

.heart::before,
.heart::after {
  background-color: #cd231b;
  border-radius: 50px 50px 0 0;
  content: "";
  height: 25px;
  left: 15px;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  width: 15px;
}

.heart::after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}


/* general styling */
html, body {
  height: 100%;
  margin: 0;
}

body {
  align-items: center;
  background-color: #eee;
  display: flex;
  font: 16px/1.05 "Montserrat", sans-serif;
}

.container {
  margin: 0 auto;
  display: flex;
}

.col2 {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex-grow: 1;
}
.col2 label {
  width: 100%;
  color: black;
  font-size: 15px;
}
.copyright {
  color: #aaa;
  font-size: 10px;
  margin-top: 20px;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);

}
.copyright a {
  color: #aaa;

}
