/* body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
} */

.title h3{
  padding-left: 40px;
  font-size: 28px;
  letter-spacing: 6px;
  font-weight: 100;
  color: #292524;
}

.user-container{
  margin-top: 20px;
  margin-bottom: 100px;
}

.user-body{
  padding-left: 40px;
  padding-top: 25px;
  max-width: 800px;
  font-size: small;
}

.user-body h6{
  margin-bottom: 36px;
  font-weight: 100;
  font-size: 22px;
}

.user-buttons{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 20px;
}

.user-logo{
  height: 200px;
}
