* {
    font-family: Arial;
    user-select: none;
}

body {
    background-color: #000000;
    color: #2fff2f;
    font-size: 120%;
}

.text {
    display: block;
}

.command {
    color: #8f8fff
}

.result {
    color: #efefef;
}

a {
    text-decoration: none;
    color: #efefef;

    &:hover {
        color: #00f0ff;
    }
}