body {
    background-color: rgb(212, 240, 215);
}

h4 {
    font-size: .9em;
}

#acerca {
    background-color: rgb(239, 241, 234);
}

#acerca.tr {
    border: 1px solid rgb(220, 220, 220);
    height: 50px;
    padding-left: 3px;
}

button {
    color: rgb(255, 255, 255);
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
    padding: 0.375rem 0.75rem;
    vertical-align: middle;
    border: 1px solid transparent;
    position: relative;
}
