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;
}

.maintenance {
  background: #8b0000; /* dark red */
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 16px 24px;
  border-radius: 6px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-size: 1.1em;
}

#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);
}

#loading {
  display: inline-block;
  height: 100px;
  width: 100px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><rect fill="%23000000" stroke="%23000000" stroke-width="15" stroke-linejoin="round" width="30" height="30" x="85" y="85" rx="0" ry="0"><animate attributeName="rx" calcMode="spline" dur="2" values="15;15;5;15;15" keySplines=".5 0 .5 1;.8 0 1 .2;0 .8 .2 1;.5 0 .5 1" repeatCount="indefinite"></animate><animate attributeName="ry" calcMode="spline" dur="2" values="15;15;10;15;15" keySplines=".5 0 .5 1;.8 0 1 .2;0 .8 .2 1;.5 0 .5 1" repeatCount="indefinite"></animate><animate attributeName="height" calcMode="spline" dur="2" values="30;30;1;30;30" keySplines=".5 0 .5 1;.8 0 1 .2;0 .8 .2 1;.5 0 .5 1" repeatCount="indefinite"></animate><animate attributeName="y" calcMode="spline" dur="2" values="40;170;40;" keySplines=".6 0 1 .4;0 .8 .2 1" repeatCount="indefinite"></animate></rect></svg>');
}
