#documentacao {
    margin: 50px 0;
}

#documentacao .card {
    border: none;
}

#lista-docs {
    list-style: none;
    padding: 0;
}

#lista-docs a {
    color: black;
    font-weight: bold;
}

#img-documentacao {
    height: 100%;
}

.card-img-top {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

#btn-submeter {
    font-weight: bold;
    color: black;
    background: #ffd500;
    border-color: black;
    transition: transform 200ms;
}

#btn-submeter:hover {
    transform: scale(1.05);
    cursor: pointer;
}