html{
    width: 100%;
    height: 100%;
    background-color: black;
}

body{
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: white;
    font-family: monospace;
    font-size: 1rem;
    line-height: 1rem;
}

p{
	margin: 1rem 0 1rem 0;
}

.main-frame{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.commands {
    width: 100%;
    flex: 1;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    word-wrap: break-word;
    overflow-x: hidden;
}

.textblock{
    width: 100%;
}

.controls {
    display: flex;
    margin-bottom: 1rem;
    margin-top:0.5rem;
    width: 100%;
    align-content: center;
    justify-content: center;
    flex-direction:column;
}

.buttons{
display:flex;
width:100%;
justify-content:center;
  align-content: center;
}

.next {
    padding-left: 1rem;
}

.previous{
    padding-right: 1rem;
}


a {
    text-decoration:underline;
      -webkit-user-select: none; /* For Safari and Chrome */
  -moz-user-select: none;    /* For Firefox */
  -ms-user-select: none;     /* For Internet Explorer/Edge */
  user-select: none;         /* Standard syntax */
  cursor:pointer;
}

@media only screen and (min-width: 600px) {

    .commands{
        width: 75%;
    }
    .input {
        width:75% !important;
    }
    #prompt{
        flex:15 !important;
    }
    
}

form{
    display:flex;
    align-items: center;
    justify-content: center;
}


label p {
    color:#0f0;
    margin:0;
    padding:0;
    margin-right:1rem;
    font-size:1rem;
}


#promptsubmit {
    margin:0;
	width: 100%;
	background-color: black;
	color: #0f0;
	border: solid #0f0;
	border-left:none;
	height: 1rem;
	padding:1rem;
	flex:1;
	font-size:1rem;
	padding-bottom: 1.5rem;
    padding-top: 0.5rem;
}

.title {
    color: #ff0;
}

.prompt {
    color: #0f0;
    font-size:1rem;
}

#prompt {
    margin:0;
    flex:9;
	width: 100%;
	background-color: black;
	color: #0f0;
	border: solid #0f0;
	height: 1rem;
	padding:0.5rem;
	font-size:1rem;
}

.topbar a {
    color:red;
}

.input{
    width:100%;
    align-self:center;
}

.overriddenprompt{
    color:#999;
}

.game{
    color:#0ff;
}

.status{
    display:flex;
    width:75%;
    align-self:center;
    margin-bottom:0.5rem;
}

.status p{
    margin:0.25rem 0 0.25rem 0;
}

.list{
    display:flex;
    align-content:center;
    justify-content:center;
    flex-direction:column;
}

.statusitem{
    padding-right:1rem;
    display:flex;
    align-content:center;
    justify-content:center;
    flex-direction:column;
    
}

.ban{
    color:red;
    font-weight:900;
}

.lo{
color:#03fcd7 !important;
}

.na{
    color:#f00 !important;
}

.ii{
    color:#e589e8 !important;
}

.oo{
    color:#ffb83d !important;
}

.oi{
    color:#3d6eff !important;
}

#email{
    display:none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


input { -webkit-appearance: none; border-radius: 0; }
