﻿body {
    background: #ccc;
    padding-top: 80px;
}

a, a:visited {
    color: rgb(106, 116, 222);
}

img {
    margin: 0.2em;
}

.container {
    background: #fff;
    box-shadow: 0 0 20px #333;
}

.aligner {
    text-align: right;
}

    .aligner img {
        max-width: 50%;
        max-height: 160px;
    }

.project-logo {
    width: 200px;
    margin: 60px;
}

.funding-logo {
    max-width: 120px;
    height: 60px;
}

.company-logo {
    height: 60px;
}

footer {
    width: 100%;
    margin-top: 80px;
    text-align: right;
}

    footer img {
        max-width: 50vw;
        max-height: 200px;
    }
