<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&amp;display=swap");

:root {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: hsl(185, 75%, 39%);
  font-family: "Kumbh Sans", sans-serif;
  font-size: 18px;
}

.container {
  height: calc(100vh - 30px);
  display: flex;
  color: hsl(0, 0%, 59%);
}

.card {
  width: 90%;
  max-width: 350px;
  margin: auto;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card__top {
  padding: 4.5em 5em;
  background-image: url(../images/bg-pattern-card.svg);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card__personal-info {
  text-align: center;
  background-color: #ffffff;
  padding-top: 4em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card__social-activity-stats {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid hsl(0, 0%, 59%);
  padding: 1em 0;
}

.social-activity-stat {
  display: flex;
  flex-direction: column;
}

.card__image {
  width: 128px;
  height: 128px;
  display: block;
  border-radius: 50%;
  border: 4px solid #ffffff;
  position: absolute;
  top: 73px;
  left: 28%;
}

@media (min-width: 380px) {
  .card__image {
    left: 108px;
  }
}

/* typograpy */
.card__bold {
  font-weight: 700;
  color: #000000;
}

.card__name {
  margin-right: 0.5em;
}

image {
  object-fit: cover;
}

.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
</pre></body></html>