body{
  padding: 25px;
}
.title {
	color: #5C6AC4;
}
/* Terminal styles */
.terminal {
  background-color: #000000;
  color: #00ff00;
  font-family: monospace;
  padding: 15px;
  border-radius: 5px;
  max-width: 600px;
  height: 300px;
  overflow-y: auto;
  margin-top: 25px;
}

.terminal-input-line {
  display: flex;
  align-items: center;
}

.prompt {
  margin-right: 5px;
  user-select: none;
}

#terminal-input {
  background: transparent;
  border: none;
  outline: none;
  color: #00ff00;
  font-family: monospace;
  flex-grow: 1;
}
