.employee-feature-textarea-container {
    margin-top: 10px;
}

.employee-feature-textarea {
    width: 100%;
    height: 100px;
}

.employee-feature-save-button {
    margin-top: 10px;
}

.employee-feature-edit-button, .employee-feature-save-button {
  background-color: #76bd21;
  border: none;
  color: white;
  padding: 1rem;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.featured-employee-container {
    text-align: center;
    background: white;
    padding: 1rem;
    border-radius: 16px;
    border: 1px solid lightgray;
}