body, html {
  background-color: #2a2929;
  color: white;
}

.task-card {
  background-color: #474747;
  border-radius: 5px;
  box-shadow: 2px 0px 10px 3px rgba(0, 0, 0, 0.2);
}

input[type="text"], input[type="file"], .ta {
  background-color: #121212;
  border: solid 1px #545151;
  color: white;
}
