body {
    background: #f0f0f0;
}

.col
{
    line-height: 3rem;

    box-sizing: border-box;
    height: 3rem;

    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    background: #0277bd;
}

.app-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.latest-commit {
    font-size: 0.85rem;
}
