.boot {
  background-color: #000;
  color: #3633ff;
  font-family: 'Courier New', Courier, monospace;
  margin: 0;
  padding: 0;
}

.boot-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: left;
}

.pre {
  font-size: 1.2rem;
  line-height: 1.6;
}

.enter-link {
  margin-top: 1em;
  text-decoration: none;
  font-weight: bold;
  color: #3633ff;
  border: 1px solid #3633ff;
  padding: 0.5em 1em;
  transition: all 0.3s;
}

.enter-link:hover {
  background-color: #3633ff;
  color: #000;
  cursor: pointer;
}
