#fastfetch pre {
    font-size: 6px;
    font-family: 'Courier New', monospace;
    color: white;
    padding: 1px;
    line-height: 1.2;
    background-color: black;
}

#fastfetch {
    color: white;
    font-family: "VGA8x16", monospace;
    padding: 1px;
}

#fastfetchContent {
    display: flex;
    align-items: flex-start;
}

#icon {
    flex-shrink: 0;
}

#bio {
    margin-left: 16px;
    white-space: pre-wrap;
    line-height: 1.1;
    width: 400px;
}
#PGP {
    position: fixed;
    right: 0;
    margin-right: 12px;
    border:none;
    background-color: black;
}

#PGP img {
    background-color: black;
    display: block;
    border: none;
    width: 25%;
    height: 25%;
}

body {
    background-color: black;
    margin: 0;
    padding: 0;
    display: flex;
}
