* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
}

body {
  background: url("../images/bg-pattern-top.svg") right 52vw bottom 37vh no-repeat, url("../images/bg-pattern-bottom.svg") 48vw 51vh no-repeat, #19a2ae;
  font-family: "Kumbh Sans", sans-serif;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h2 {
  color: #2d3248;
  font-size: 18px;
}

p {
  color: #969696;
}

.card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 30px 80px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 30px 80px 20px rgba(0, 0, 0, 0.1);
}

.card-header {
  width: 100%;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.profile .profile-picture {
  border-radius: 50%;
  border: solid 5px white;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.profile .profile-picture img {
  width: 100%;
  height: 100%;
}

.profile h2 {
  margin-top: 4.5rem;
}

.profile p {
  font-size: 13px;
  margin: 12px 0 24px 0;
}

.profile span {
  font-weight: 400;
  color: #6a6f81;
  padding: 3px;
}

.card-footer {
  width: 100%;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-top: 1px solid #e8e8e8;
}

.card-footer p {
  font-size: 10px;
  padding-top: 6px;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 375px) {
  body {
    background-position: right 50vw bottom 37vh, 28vw 50vh;
  }
  .attribution {
    width: 80%;
  }
}

.attribution {
  position: absolute;
  bottom: 0%;
  padding: 1rem;
  font-size: 1rem;
  text-align: center;
  color: #1a1c28;
}

.attribution a {
  color: #3e52a3;
}
/*# sourceMappingURL=style.css.map */