@font-face {
    font-family: 'myFirstFont';
    src: url('fonts/clacon2.ttf');
}

body {
    background-color: #101218;
    color: #fff;
    font-size: 20px;
    font-family: 'myFirstFont', sans-serif;
}

#terminal-output {
    padding-left: 2px;
}

#terminal-input {
    display: flex;
    align-items: flex-end;
}

input[type="text"] {
    padding-top: 0px;
    font-size: 20px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: 'myFirstFont', sans-serif;
    width: 100%;
}

#terminal-command {
    outline: none;
}

#location {
    position: fixed;
    padding-right: 16px;
    top: 16px;
    right: 0;
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: 'myFirstFont', sans-serif;
}
#logo {
    position: fixed;
    bottom: 10px;
    right: 10px;
}