pre { display: none; }

#charge-status {
  text-align: center;
  display: flex;
  justify-content: space-between;
  color: black;
  margin-bottom: 2em;
}
#charge-status p:nth-child(2) {
  padding: .5em 1em;
  margin-bottom: 0;
  border-radius: 2em;
  background-color: lightblue;
}

.log-info-block {
  text-align: center;
  display: flex;
  justify-content: space-between;
  border-radius: 1em;
  border: 1px solid lightblue;
  background-color: slategrey;
  margin-bottom: 2em;
  padding: 2em;
}

.log-info-block > p { margin-bottom: 0; }

#battery-info {
  
}

