body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  color: #ff6565;
  background-color: #120d17;
  font-weight: bold;
  font-family: "Lucida Console", "Courier New", monospace;
}
div {
  text-align: center;
  padding: 0 30px;
}
	
