* {
  padding: 0;
  margin: 0;
}

.welcome {
  font-size: 40px;
  font-weight: bold;

  font-family: monospace;
}
.masterTask {
  font-style: italic;
  font-family: monospace;
}
.actionButtons {
  width: 9%;
  border-radius: 3px;
}
.taskBoxBorder {
  border: 2px solid #928686;
}
.editAction {
  border-radius: 3px;
}
