body {
  color: #2E366C;
  background-color: #252425;
  padding-top: 3.5rem;
}

.business-card {
  display: block;
  clear: both;
  background-color: #92cc80;
  height: 15.9375rem;
  width: 28.125rem;
  border: 5px solid white;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc( 1% );
  padding: 1.25rem;
}
.business-card .content {
  color: white;
  margin-top: 1.5rem;
}
.business-card .content h1 {
  font-size: 2rem;
}
.business-card .content h2 {
  font-size: 1.125rem;
}
.business-card .content .phone, .business-card .content .email {
  color: var(--light);
  font-size: 0.875rem;
}

/*# sourceMappingURL=main.css.map */
