.background {
	background-color: rgb(0, 0, 0);
}

.hide { position:absolute; top:-1px; left:-1px; width:1px; height:1px; }

.inputFieldDiv {
	margin: auto;
	width: 50%;
	border: 0.5rem outset rgb(58, 58, 55);
}
            
.container {
        height: 0px;
               
        display: flex;
        align-items: center;
        justify-content: center;
}

.InputField {
        background-color: #000000;
        color: #00ff00;
        font-family: courier new;              
        margin: auto;
	width: 100%;
        border-width: 0;
}

.mouse {
	max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
}
