body {
    margin: 0;
    background: #000;
    color: #0f0;
    font-family: monospace;
    overflow: hidden;
    /* background-image:url("https://rezmason.github.io/matrix/?width=120&volumetric=true&font=huberfishA&skipIntro=false"); */
}

.booting {
    padding: 20px;
    white-space: pre-line;
    animation: typing 5s steps(40) 1 forwards;
}

@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

.login-container {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login-box {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px #0f0;
}

.login-box input {
    display: block;
    margin: 10px 0;
    padding: 10px;
    width: 200px;
    background: #000;
    border: 1px solid #0f0;
    color: #0f0;
}

.login-box button {
    padding: 10px 20px;
    background: #0f0;
    color: #000;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

#q {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  .boot-image {
    border-radius: 5px;
    cursor: pointer;
    width: 64px;
    height: 64px;
}