body {
  background: #20262e;
  padding: 20px;
  font-family: sans-serif;
}

#app {
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  transition: all 0.2s;
  text-align: center;
  max-width: 800px;
}

#actions {
  margin: 12.8px 0;
}

h2 {
  font-weight: bold;
  margin-bottom: 15px;
}

h1,
h2 {
  font-weight: normal;
  margin-bottom: 15px;
}

#log {
  list-style: none;
  font-family: "Courier New", Courier, monospace;
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px;
  background: #fafafa;
  font-size: 0.8em;
  overflow-x: scroll;
}

#log time {
  font-weight: bold;
}

#log span {
  margin-left: 10px;
}

#log span.ERROR {
  color: rgb(184, 100, 100);
}

#log span.SUCCESS {
  color: rgb(100, 184, 104)
}
