body {
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

main {
    color: lightgrey;
    background-color: black;
}

header {
    min-height: 50px;
    max-height: 5%;
    color: #1e1e13;
    background: lightcyan;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    min-height: 22px;
    max-height: 22px;
    background: #2d2620;
    color: white;
}

footer div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    white-space: nowrap;
}

footer div a {
    height: 100%;
}
