body {
  background-color: #a1b8c2
}

header{
  background-color: #99b4bf;
}

action-button button {
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  display: flex;
  align-items: center;
  background-color: rgba(40, 40, 40, .55);
  box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, .2);
}

action-button button span.title {
  text-align: right;
  font-size: 18px;
  flex-grow: 1;
}

action-button button span.icon {
  margin-right: 4px;
  flex-grow: 0;
}

footer, footer a {
  color: white;
}
