.monitor {
	width: 50vw;
	height: 50vh;
}
.monitor > * {
	margin: 0px;
	width: 100%;
}
#input {
	font-size: 18px;
	height: 90%;
}
.confirm {
	height: 10%;
}
.align {
	font-size: 18px;
	height: 50%;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
#timer {
	font-size: 40px;
	text-align: center;
}
.nasaimg {
	width: 90%;
	height: 70%;
}
.nasa {
	position: absolute;
	top: 20%;
	right: 0px;
	width: 40%;
	height: 100%;
}
body {
	overflow: hidden;
	width: 100vw;
	font-family: monospace;
	height: 100vh;
}
