body {
	background-color: black;
   	text-align: center; 
	font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
	color: #585858;
}

#impress h1 {
	color:orange;
}
	
body {
  height: 100vh;
  font-family: monospace;
  color: #fff;
  
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background: radial-gradient(circle, #262626, black);
  margin: 0;
}

h1 {
  font-weight: bold;
}

#imp {
  position: fixed;
  bottom:15px;
}

.lonely-wrap {
  font-size: 50px;
  padding: 20px;
  width: 80%;
  text-align:center;
  letter-spacing: 5px;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.9s infinite;
    -moz-animation: blink 0.9s infinite;
    animation: blink 0.9s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

#back {
	border: 2px dotted white;
	border-radius: 20px;
	font-weight: bold;
	text-align:center;
	color: white;
	padding: 8px;
	height: 20px;
	width: 180px;
	margin-left:auto;
	margin-right:auto;
	
}