html
{
    background-image: linear-gradient(rgb(19, 19, 19), black);
    color: white;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}

img
{
    width: 128px;
    height: 128px;
    margin: 15px;
}
#imagerow
{
    display: block;
}

a
{
    text-decoration: none;
    font-size: 20px;
    color: white;
    margin: 20px;
    padding: 20px;
}

h3
{
    font-size: 40px;
    font-weight: bold;
}
