body {
  align-items: center;
  background-color: #19A2AE;
  background-color: hsl(185, 75%, 39%);
  background-image: url("../images/bg-pattern-top.svg"), url("../images/bg-pattern-bottom.svg");
  background-position: top -32rem left -23rem, bottom -39.5625rem right -20rem;
  background-repeat: no-repeat;
  color: #2D3248;
  color: hsl(229, 23%, 23%);
  display: flex;
  flex-direction: column;
  font-family: 'Kumbh Sans', sans-serif;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
  text-align: center;
}

h1 {
  display: inline;
  font-size: 1.125rem;
}

hr {
  border: none;
  border-top: solid 0.0625rem;
  border-color: lightgrey;
  margin: 0;
  position: relative;
  top: -1.5625rem;
}

p {
  color: #969696;
  color: hsl(0, 0%, 59%);
  font-size: 0.625rem;
}

.card {
  background-color: #ffffff;
  border-radius: 0.9375rem;
  overflow: hidden;
  padding-bottom: 1.5rem;
  position: relative;
  width: 22rem;
  box-shadow: 0 1rem 6.25rem -0.3125rem #6A6F81;
}

.bg-card {
  width: inherit;
}

.pfp {
  border: solid white 0.3125rem;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -3.5rem;
}

.name {
  padding-right: 0.3125rem;
  position: relative;
  top: -2rem;
}

.age {
  color: #6A6F81;
  color: hsl(227, 10%, 46%);
  display: inline;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  top: -2rem;
}

.location {
  position: relative;
  top: -2.4rem;
  color: #969696;
  color: hsl(0, 0%, 59%);
  font-size: 0.9rem;
  font-weight: normal;
  text-decoration: none;
}

.stats-container {
  /*border: red solid 1px;*/
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
  width: 19rem;
}

.stats-subcontainer {
  /*border: red solid 1px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.6113125rem;
}

.stats {
  margin: 0;
  padding: 0;
}

.number {
  margin-bottom: 0.25rem;
}

.descriptor {
  letter-spacing: 0.1rem;
}

footer {
  position: absolute;
  bottom: 0;
}
