*{
    margin: 0;
    padding: 0;
    box-sizing: 0;    
}
html{
    height: 100%;
    width: 100%;
}
body{ 
    height: 80%;
    width: 100%;
    background-color: black;
    background-image: url(https://cutewallpaper.org/28/continuous-gif-wallpaper/%E2%84%99%F0%9D%95%8C%E2%84%9D%E2%84%99%F0%9D%95%83%F0%9D%94%BC-%F0%9D%94%BE%F0%9D%95%83%F0%9D%95%86%F0%9D%95%8E.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: blueviolet;
    font-size: 20px
}

.terminal{
    border: 1px solid;
    width: 70%; height: 80%;
    margin: auto; margin-top:5% ;
    padding: 1%; padding-top: 2%; padding-bottom: 2%;
    overflow: scroll;
    background-color: rgba(0, 0, 0, 0.9);
}

#neo{
    background-image: url(https://steamuserimages-a.akamaihd.net/ugc/576820758911213449/ED8811473BDDB898792B4DAA16A2B168A8FF447A/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: blueviolet;
    font-size: 20px 
}

#emerge{
    color: #fcec77;
    background-image: url(https://us.v-cdn.net/6031209/uploads/drupal_attachment/files/2019-07/98/7e/987e2980bd4764d22cc05c36fab79fd1.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: blueviolet;
    font-size: 20px    
}
a{
    color: currentColor;
}

h4{
    text-align: center;
}
hr{
    color: currentColor;
}