@import url(https://fonts.googleapis.com/css?family=VT323);

/* * {
	box-sizing: border-box;
} */

body {
	font-family: 'VT323', monospace;
	font-size: 22px;
	margin: 0;
	overflow-y: scroll;
	padding: 2ch;
	background-image: url("wallpaper.png");
}

button,
pre,
code,
input {
	font-family: 'VT323', monospace;
	font-size: 22px;
}

.breadcrumb {
	font-size: 20px;
}

.btn {
	background: #7C7C7C;
	border-bottom: 6px inset rgba(0, 0, 0, .5);
	border-left: 6px inset rgba(0, 0, 0, .5);
	border-right: 6px inset rgba(255, 255, 255, .5);
	border-top: 6px inset rgba(255, 255, 255, .5);
	box-sizing: border-box;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	margin: 0rem;
	padding: .5rem;
	text-decoration: none;

	&:focus,
	&:hover {
		background: #BCBCBC;
	}
}

.btn_danger {
	background: #881400;

	&:focus,
	&:hover {
		background: #A81000;
	}
}

.btn_success {
	background: #005800;

	&:focus,
	&:hover {
		background: #006800;
	}
}

.btn_primary {
	background: #0000BC;

	&:focus,
	&:hover {
		background: #0000FC;
	}
}

#screen {
	position: relative;
	background-color: rgb(25, 26, 25);
	/* width: 100%; */
	max-width: 700px;
	height: 408px;
	border: 5px solid rgb(70, 70, 70);
	border-radius: 7px;
	padding: 5px;
	margin-block-start: .5em;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .5);
}

#screen #loading {
	/* font-family: 'VT323', monospace; */
	/* font-size: 17px;
	line-height: 17px; */
	font-size: 15px;
	line-height: 17px;
	font-family: courier-new, courier, monospace;
	padding: 3px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	text-align: left;
	color: #F5F2E7;
	white-space: pre;
	margin: 0;
	margin-block: 0;
	width: 100%;
	border-width: 0;
}

.xterm-rows>div {
	/* font-family: 'VT323', monospace !important;
	font-size: 17px !important;
	line-height: 17px !important; */
	padding: 0;
}

#title>p {
	margin-block-start: 0;
	margin-block-end: 0;
}

#title>h1 {
	margin-block-start: 0.3em;
	margin-block-end: 0em;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

p {
	margin-block-start: 0.8em;
	margin-block-end: 0.8em;
}