@charset "utf-8";

body {
	background-color: #001a00;
	font-family: 'DM Mono', monospace;
	font-style: italic;
	font-weight:bolder;
	text-overflow: ellipsis;
	font-size: 30px;
}

a {
	text-decoration: none;
  font-variant-caps: all-small-caps;
	color:teal;
}

.textbox {
	width:50%;
	left:15%;
	display: inline-block;
	position: relative;
	color:orange;
	background-color: #001a00;
  text-align: justify;
  border-right-width: thick;
  border-color: orange;
  border-right-style: double;
  margin-right: auto;
}
