body{
    margin: 0 !important;
    display: inline-grid;
    padding: 15px 20px;
    /* min-height: 99%;
    width: 100%;
    min-width: 550px; */
    color: aliceblue;
    background-color: #000000;
    font-family: cursor, monospace;
    font-size:13px;
    /* overflow-x: hidden; */
}
::selection{
    color: #000000;
    background-color: aliceblue;
}
::-moz-selection{
    color: #000000;
    background-color: aliceblue;
}
textarea{
    left: -1000px;
    position: absolute;
}
b{
    font-weight: bolder;
}
.cursor{
    font-size: 20px;
    color: aliceblue;
    background-color: #000000;
    position: relative;
    opacity: 1;
    /* height: 1.5em;
    max-height: 1.5em;
    width: 10px;
    max-width: 10px; */
    transform: translateY(5px);
    overflow: hidden;
    /* text-indent: -5px; */
    display: inline-block;
    text-decoration: blink;
    animation: blinker 1s linear infinite;
}
@keyframes blinker{
    50%{
        opacity: 0;
    }
}
#command{
    cursor: text;
    height: 50px;
    color: aliceblue;
}
#liner{
    line-height: 1.3em;
    margin-top: -2px;
    animation: show 0.5s ease forwards;
    animation-delay: 1.2s;
    opacity: 0;
}
#liner::before{
    color: aliceblue;
    content: "visitor@ojhaatish.com.np:~$";
}
#liner.password::before{
    content: "Password:";
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
p{
    display: block;
    line-height: 1.3em;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    letter-spacing: 0.05em;
    animation: typing 0.5s steps(30, end);
}
.no-animation{
    animation: typing 0 steps(30, end);
}
.margin{
    margin-left: 20px;
}
@keyframes typing{
    from{
        width: 0;
    }
    to{
        width: 100%;
    }
}
.index{
    color: aliceblue;
}
.color2{
    color: aliceblue;
}
.command{
    color: aliceblue;
    text-shadow: 0 0 5px aliceblue;
}
.error{
    color: red;
}
.white{
    color: aliceblue;
}
.inherit, a{
    color: aliceblue;
}♫
a{
    text-decoration: inherit;
}
a:hover{
    background-color: aliceblue;
    color: #000000;
}
a:focus{
    outline: 0;
}
.whoareyou{
    white-space:break-spaces !important;
    margin: 0 auto !important;
    padding: 20px !important;
    display: inline-block;
    max-width: 855px;
}
.whoami{
    white-space:break-spaces !important;
    margin: 0 auto !important;
    padding: 20px !important;
    display: inline-block;
    max-width: 855px;
}