p,h1,h2,h3{
    color: white;
    font-family: 'Comic Sans MS',  sans-serif;
}
body{
    background-color:#0B1215;
}

#topnav {
    background-color: rgba(64, 64, 64, 0.75);
    display: flex;
    align-items: center;
    justify-content: center; 
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0; 
    height: 5vh;
    width: 100%;
    font-family: 'Comic Sans MS', sans-serif;
    z-index: 1;
}
#topnav h2 {
    margin-left: auto;
    margin-right: 20px;
}
#topnav h3 {
    position: absolute;
    margin: 0 auto;
}
#terminal {
    top: 5%;
    left: 0;
    width: 100%;
    height: 5vh;
    justify-content: left;
    display: flex;
    flex-direction: column;
    align-items: left;
    background-color: black;
    position: relative;
    z-index: 0;
}
#terminalInput {
    background-color: black;
    color: white;
    border: none;
    outline: none;
    font-family: 'Comic Sans MS', sans-serif;
    background: transparent;
}
#jumpscare {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2;
}