body {
    font-size: 18px;
    line-height: 1.5;
    --bgcol: #2e2e2e;
    --redactedcol: #000000;
    height: 100%;
    margin: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-family: "JetBrains Mono", monospace; 
    background-color: #2e2e2e; 
    color: #ffffff; 
    box-sizing: border-box;
}

.invis::selection {
    color: var(--bgcol);
}

.redacted::selection {
    color: var(--redactedcol);
}

body:hover {
    cursor: url("../images/cursors/arrow.png"), auto;
}
p {
font-size: 18;
}
h2 {
margin-bottom: 2px;
}
a {
text-decoration: none;
}
input {
    position: absolute;
    transform: translateY(3px);
    width: 95%;

    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    padding-left: 0.5em;
    font-size: 16px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    box-shadow: inset 1px 1px #000, 1px 0 #fff, 0 1px #fff, 1px 1px #fff;

}

.button {
    position:absolute;
    transform: translateX(165px) translateY(3px);
    font-family: W95FA;
}




.img2 {
    transform: translateY(-100px);
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.it {
font-style: italic;
}

.mainfs {
width: 98%;
height: fit-content;
box-shadow: 10% 10;

}

.invis {
color: var(--bgcol);
}

.centred {
font-size: 50px;
text-align: center;
}

.homepageic {

width:25px;
}




html {
    box-sizing: border-box;
    }
    *,
    :before,
    :after {
    box-sizing: inherit;
    }


.redacted {
    background-color: var(--redactedcol);
    color: var(--redactedcol);
}



html,
body {
    height: 100%;
    margin: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-family: "JetBrains Mono", monospace; 
    background-color: #2e2e2e; 
    color: #ffffff; 
    box-sizing: border-box;
}


.textarea-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: auto;
}


.program-container {
    position: relative;
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}


#program {
    flex: 1;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    background-color: #1e1e1e; 
    color: #cfd8dc; 
    border: 1px solid #444; 
    border-radius: 5px;
}


.btn-overlay {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    background-color: #f44336;
    color: white;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out;
}

.btn-overlay:hover {
    background-color: #d32f2f; 
}


#output {
    width: 100%;
    height: 25%;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
    background-color: #1e1e1e;
    color: #cfd8dc;
    border: 1px solid #444;
    border-radius: 5px;
    margin-top: 10px;
}





















/*@keyframes tooltip {
0% {
visibility: hidden;
}
to {
visibility: visible;
}
}
@keyframes loading {
0% {
width: calc(100% - 14px);
}
to {
width: 0%;
}
}
@keyframes creationWindow {
0% {
width: 330px;
}
to {
width: 250px;
}
}

*/


/*.table {
display: table;
height: 100%;
width: 100%;
}
.table-cell {
display: table-cell;
height: 100%;
width: 100%;
vertical-align: middle;
}
.center {
text-align: center;
}
.inner {
width: 80%;
margin: 0 auto;
max-width: 1150px;
}
.h1 {
font-size: 1em;
font-weight: 400;
margin: 0;
display: inline-block;
}
::selection {
background: #000084;
color: #fff;
}
p {
margin: 0 0 1.5em 0;
}
figure {
margin: 0;
}
.lazyload,
.lazyloading {
opacity: 0;
}
.lazyloaded {
opacity: 1;
transition: opacity 300ms;
}
*/
a {
text-decoration: none;
outline: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}

input:focus {
    outline: none;
    }

/*.button {
display: inline-block;
border: 0;
padding: 2px 6px 3px 6px;
cursor: pointer;
background-color: silver;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
box-shadow: inset 1px 1px #dfdfdf, 1px 0 #000, 0 1px #000, 1px 1px #000;
margin-right: 6px;
color: #000;
}

.button:last-child {
margin-right: 0;
}

.button:active,
.button:focus {
color: #000;
outline-color: #000;
outline-style: dotted;
outline-width: 1px;
outline-offset: -4px;
}

.button.primary {
box-shadow: -1px 0 #000, 0 -1px #000, -1px -1px #000, 1px 0 #000, 0 1px #000,
1px 1px #000, 1px -1px #000, -1px 2px #000, 2px -1px #000, 2px 2px #000;
}
.underline {
text-decoration: underline;
}
.dotted-underline {
color: #000;
border-bottom: 1px dotted;
}
.unstyled {
list-style: none;
padding: 0;
margin: 0;
}
.unstyled a {
color: #000;
}
.inline {
padding: 0;
}
.inline li {
float: left;
}
.inline li:last-child {
margin-right: 0;
}









label {
display: inline-block;
cursor: pointer;
margin-bottom: 5px;
}
label:active,
label:focus {
outline: 1px dotted #000;
}
svg text::selection {
background: 0 0;
}
svg textPath::selection {
background: 0 0;
}
*/