::-webkit-scrollbar {
  width: 16px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #4d4d4d;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ee373d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9e2529;
}

.container {
  max-width: 800px;
}

header {
  height: 130px;
}

header #authentication {
  float: right;
  text-align: right;
}

.chores-displays {
  text-align: center;
}

.chores-displays img {
  margin: 15px;
}

ul.chores-list-icons {
  padding-left: 0;
}

ul.chores-list-icons li {
  list-style-type: none;
  margin-bottom: 10px;
}

.chore-icon {
  height: 40px;
  margin-right: 20px;
}