.navbar-div{
    width: 75%;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(0,0,0,0.08);
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    display: block;
}

a{
    color: black;
    text-decoration: none;
    padding: 5px;
    margin-right: auto;
}
a:hover{
    color: rgb(60, 60, 60)
}


.page-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.overlap-section {
    position: relative;
    margin-top: -100px; /* quanto sobe */
    z-index: 10;
}

/* Caixa flutuante */
.overlap-box {
    background: #fff;
    border-radius: 10px;
    padding: 3rem;
    max-width: 90%;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
body{
    background-color: rgb(49, 48, 48);
}