* {
	font-family: 'Source Code Pro';
}

body {
	background: #F0FFF0;
}

h1 {
	text-align: center;
	margin-bottom: 2%;
	color: #002f05;
}

.center {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

#container {
	margin-top: 1%;
}

#terminal {
	background: #002f05;
	color: #00fe00;
	font-size: 14;
	padding-left: 1%;
	padding-top: 1%;
	resize: none;
	border: 1px solid black;
	border-radius: 10px;
	box-shadow: 1px 1px 50px #888888;
	overflow: hidden;
}

#terminal, input {
	outline: none;
}

::selection {
	color: #009800;
	background: #F0FFF0;
}

#footer {
	padding-top: 1.50%;
	text-align: center;
}

#footer a {
	color: #002f05;
}




