﻿body
{
    background-color: #000;
    color: #fff;
}

footer {
    background-color: #000;
    color: #fff;
}

img {
    max-width:100%;
    max-height: 350px;
    object-fit: cover;
}