body {

    background-image: url('https://vaporhole.xyz/~deltron3030/assets/images/greenwall.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 99vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0f0f0f;
    color: #CED2D2;
    font-family: Courier, monospace;
    font-size: 20px;

}

a {

    color: #CED2D2;
    text-decoration: none;

}

a:hover {

    color: #CED2D2;
    text-decoration: none;

}

a:active {

    color: #CED2D2;

}

.terminal {
    display: flex;
    max-width: 900px;
    border: 2px solid green; 
    border-radius: 10px;
    background-color: #1e1e1ed9;
    backdrop-filter: blur(10px);
    line-height: 0.5;
}

.title {
    color: #0ad300;
    font-weight: bold;
}

.label {
    color: #0ad300;
}

.logo {
    color: #0ad300;
    white-space: pre;
    margin-right: 50px;
    float: left;
    font-size: 20px;
    line-height: 1.2;
}

.values {

    margin-right: 30px;

}
