.attribution {
  font-size: 15px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.attribution a {
  color: hsl(229, 23%, 23%);
}
body {
  background-color: hsl(185, 75%, 39%);
  background-image: url(images/bg-pattern-top.svg),
    url(images/bg-pattern-bottom.svg);
  background-position: -250px -489px, 800px 450px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  font-family: "Kumbh Sans", sans-serif;
}

.container-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-container {
  display: flex;
  flex-direction: column;
  height: 25rem;
  width: 21.9rem;
  background-color: white;
  background-image: url(images/bg-pattern-card.svg);
  background-repeat: no-repeat;
  background-size: 350px 140px;
  border-radius: 10%;
}
.center {
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 150px);
}

.prof-image {
  align-self: center;
}
.user_image {
  border-radius: 80%;
  border-style: solid;
  border-color: white;
  border-width: 0.5rem;
  position: relative;
  top: 5rem;
}

.info {
  align-self: center;
  position: relative;
  top: 5rem;
  border-bottom-style: solid;
  border-bottom-color: hsl(0, 3%, 87%);
  width: 100%;
  text-align: center;
  border-bottom-width: 0.1rem;
}
.info p {
  position: relative;
  bottom: 0.7rem;
  font-size: 15px;
}
.info span {
  font-weight: 400;
  color: hsl(0, 0%, 59%);
}

.stats {
  display: flex;
  justify-content: space-around;
  position: relative;
  top: 5rem;
}
.stats p {
  position: relative;
  bottom: 0.8rem;
  text-align: center;
}

p {
  font-size: 12px;
  font-weight: 400;
  color: hsl(0, 0%, 59%);
}

h3 {
  font-size: 18px;
  font-weight: 700;
  color: hsl(229, 23%, 23%);
  text-align: center;
}
