body {
	background-color: black;
}

html, body {
	height: 100%;
}

span {
    color: #4bfc76;
}

div {
	display: flex;
    justify-content: space-between;
	color: #4bfc76;
    height:95%;
}

.terminal {
    width:49%;
    height:100%;
}

.popup {
	background-size: contain;
	background-repeat: no-repeat;
    color: red;
    width: 400px;
    height: 500px;
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
	align-self: flex-end;
}

pre {
	position: absolute;
	bottom: 0;
	padding-left: 10px;
}
