#boot-screen {
  position: fixed;
  inset: 0;
  background: #000;
  color: #0f0;
  font-family: Consolas, monospace;
  padding: 20px;
  font-size: 0.95rem;
}

#boot-log {
  white-space: pre-wrap;
}
#boot-logo {
  text-align: left;
  margin-bottom: 20px;
}

#boot-logo img {
  width: 80px;
  height: 80px;
}