.edit-pb-name {
  background: rgba(0, 0, 0, 0.3);
  text-align: left;
  color: #d4d4d4;
  font-family: Spectral;
  font-size: 1.8em;
  width: 60%;
  padding: 0.3em;
  margin-bottom: 10px;
}

.edit-pb-des {
  width: 100%;
  min-height: 50px;
  resize: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: #d4d4d4;
  outline: none;
  font-family: Montserrat;
  font-size: 14px;
  letter-spacing: 0.7px;
  border-radius: 3px;
}

.edit-pb-name:hover, .edit-pb-name:focus, .edit-pb-des:hover, .edit-pb-des:focus {
  background: rgba(0, 0, 0, 0.5);
}

.project-button {
  transition: 0.3s;
}

.project-button:hover {
  opacity: 0.8;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}