html {
  height: 100%;
  margin: 0;
}
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding-inline: 10px;
}


.profile {
  display: flex;
  align-self: center;
  max-width: 600px;
  padding: 12px 10px 10px 10px;
  flex-direction: column;
  gap: 6px;
  border-radius: 6px;
  border: 1px solid #E1E1E1;
  background: #FFF;
}

.profile-name {
  width: 184px;
  color: #000;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
}

table {
  gap: 6px;
}

.profile-email-title {
  width: 70px;
  padding: 6px;
  gap: 4px;
  color: #000000;

  font-family: Roboto;
  font-size: 11.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 11.6px */
  text-align: left;
}

.profile-email-value {
  padding: 6px;
  gap: 4px;
  color: #5D5D5D;
  font-family: Roboto;

  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 11px */
  text-transform: lowercase;
  text-align: left;
}

.profile-socials-icons {
  width: 70px;
  height: 19px;
  padding: 6px;
  text-align: left;
  gap: 6px;
}

i {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
  fill: #000000;
}



.profile-socials-value {
  padding: 6px;
  gap: 4px;
  flex: 1 0 0;
  color: #5D5D5D;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 11px */
  text-transform: lowercase;
  text-align: left;
}

.profile-description {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;

  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */

  text-align: left;
}


.note {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.05) 100%);
  border-radius: 6px;
  padding: 4px;
  max-width: 600px;
  color: #5D5D5D;
  text-align: center;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 17.6px */
  word-wrap: break-word;
}

.note-text {
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  word-wrap: break-word;
}
