body{
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;

    background-color: black;
    text-align: center;

    display:grid;
    place-items: center;
    /* height: 100vh; */
}

a:visited, a{
    color:rgb(0, 85, 255);
}

h1{
    font-family:"courier new";
    font-style: bold;
    font-size: 11px;
    color:white;
}

h2{
    font-family:"verdana";
    font-style: bold;
    font-size: 16px;
}

.credit ul li{
    align-items: center;
    text-align: left;
    font-style: bold;
    list-style-type: none;
}