@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, figcaption, figure, footer, header, hgroup, nav, section, time {
	display: block;
}
html, body {
	height: 100%;
	background-color: black;
	font-family: monospace;
	font-size: 18px;
	color: white;
}
.wrapper {
	min-height: 100%;
}
article {
	padding-bottom: 60px;
}
.section_title h1 {
	padding: 1% 1% 2%;
	font-size: 20px;
	font-weight: 600;
}
.consol {
	padding: 0 1% 1%;
}
.consol .user input {
	width: 10px;
	border: none;
	outline: none;
	background-color: black;
	font-family: monospace;
	font-size: 18px;
	color: white;
}
.message_service {
	margin-top: -60px;
	padding: 2% 1% 1%;
	bottom: 0;
	left: 0;
	color: red;
}