.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: none;
}

.main {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 16px;
  display: flex;
}

.body {
  background-color: #fafafa;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcfcfc;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  padding: 16px;
  display: flex;
  box-shadow: 0 0 16px #00000029;
}

.heading-1 {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  line-height: 100%;
}

.avatar {
  border-radius: 1000px;
  width: 64px;
}

.header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.eyebrown {
  font-size: 14px;
}

.icon {
  width: 20px;
  height: 20px;
}

.icon:where(.w-variant-3a84067b-9c6f-b6bd-fde9-b6d46a555c57) {
  filter: invert();
}

.project {
  border-radius: 8px;
  padding: 16px;
  display: flex;
}

.project:where(.w-variant-3a84067b-9c6f-b6bd-fde9-b6d46a555c57) {
  color: #fff;
  background-color: #000;
}

.project:hover {
  background-color: #00000029;
}

.project:hover:where(.w-variant-3a84067b-9c6f-b6bd-fde9-b6d46a555c57) {
  background-color: #000000d6;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
}

.heading-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
}

.divider {
  background-color: #00000029;
  width: 100%;
  height: 1px;
}

.card_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 16px;
}

.text-secondary {
  color: #00000080;
}

.text-secondary:where(.w-variant-3a84067b-9c6f-b6bd-fde9-b6d46a555c57) {
  color: #ffffff80;
}


