body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.welcome-text {
	color: #00A300;
	font-size: 100px;
  text-align: center;
}

html {
	background-color: darkslategray;
}
