body {
    background-color: rgb(0,0,0);
    color: rgb(200,200,200);
    padding: 0px 0px 0px 0px;
    margin: 0 0 0 0;

    font-family: "Arial";
}

body,
html
{
    width: 100%;
    height: 100%;
}

.logo {
    display: block;
    width: 80%;
    height: 80%;
    
    max-width: 1000px;
    
    margin-left: auto;
    margin-right: auto;
    
    background-image: url('logo-white-on-transparent-unincorporated (1000x360).png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

footer {
    padding: 20px 20px 20px 20px;

    position: fixed;
    bottom: 0px;

    font-size: 14px;
    line-height: 21px;
    
    min-width: 500px;
}

footer .contact {
    display: none;
}
