html, body
{
    height: 100%;
    background-color: white;
}



nav
{
    background-color: white;

    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #045800;
}

.content
{
    text-align: center;
    height: 100%;
}

.tco
{
    background-color: #99c;
}

.miniatures
{
    background-color: #9c9;
}


.card
{
    margin-bottom: 4rem;
    border-style: solid;

    width: 600px;
    max-width: 90%;
}



.card-body
{
    text-align: justify;
}



h1
{
    margin-bottom: 4rem;
    padding-top: 3rem;
    font-size: 2rem;
    text-align: justify;
}