span.ata
{
    color: crimson;
}

span.def
{
    color: goldenrod;
}

span.ata, span.def
{
    font-weight: bold;
}

#dados-ata > img, #dados-def > img
{
    height: 100px;
    width: 100px;
}

#result
{
    text-transform: capitalize;
}

.btn, .btn:hover
{
    background-color: darkgray;
    border-color: gray;
    font-style: italic;
    font-weight: bold;
}

.h1
{
    font-family: Courier New, Monaco, monospace;
    font-weight: bolder;
    font-size: 500%
}

.imagem
{
    background-image: url("../img/background.jpg");
    background-size: cover;
}

.row
{
    padding-bottom: 10px;
}

.text-right
{
    text-align: right;
}
