html, body {
    min-height: 100%;
}

.nav-link {
    color: #fff;
}

.nav-link:hover {
    color: #fff;
    opacity: 0.55
}

.btn-termos {
    height: 100px;
    font-size: 2rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid #faf925;
    margin: 30px 0;
}

footer {
    margin-top: 60px;
}
