/*
#8CD7AB
#D2A684
#9D7DCC
*/

body {
    background-color: #BCEBE2;
}

.todo {
    background-color: #9D7DCC;
}

.doing {
    background-color: #D2A684;
}

.done {
    background-color: #8CD7AB;
}


.exo-2 {
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.addButton {
    background-color: #54e490;
}

.removeButton {
    background-color: #eda46c;
}

.moveButton1, .moveButton2, .moveButton3 {
    background-color: #6f6fe7;
}

.task {
    background-color: rgb(234, 234, 234);
}

.todoArea {
    background-color: white;
}

.doingArea {
    background-color: white;
}

.doneArea {
    background-color: white;
}