#menu {
  display: none;
}

header {
  justify-content: center;
}

.controller-input {
  display: none;
}

body {
  background-color: white;
  color: black;
}

.task-tile {
  color: black;
  margin-bottom: 10px;
  padding: 0;
  align-items: flex-start;
}

.task-tile-subject {
  font-style: bold;
  color: black;
  font-size: 1.6rem;
}

.task-tile-date {
  color: black;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: 5px;
}

.task-tile-task {
  color: black;
  font-size: 1.1rem;
  text-align: left;
}

.archive-button {
  display: none;
}

.task-tile-text {
  align-items: flex-start;
}

.task-scene {
  justify-content: left;
  padding: 0;
}

.screen-heading {
  font-size: 1.5rem;
}

.info-container {
  margin: 0 10px;
  width: 90%;
}
