body {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: black;
    background-image: url('sex_t.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
div.flex {
    display: block;
    justify-content: center;
    max-height: 80%;
}
div.terminal {
    max-width: 100%;
    width: fit-content;
    min-width: 20%;
    margin: auto;
}
div.term {
    position: relative;
}
div {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}
a {
    color: rgba(154, 111, 0, 0.874);
}