body {
    background-image: url('../img/01.png');
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    /* font-family: 'Times New Roman', Times, serif !important; */
    color: #575757;
    font-weight: bolder;
}

.navbra {

    width: 180px;
}

.nav-linkss {
    background-image: -moz-linear-gradient(90deg, rgb(154, 118, 34) 0%, rgb(240, 218, 102) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(154, 118, 34) 0%, rgb(240, 218, 102) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(154, 118, 34) 0%, rgb(240, 218, 102) 100%);
    box-shadow: 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.288);
    border: none;
    font-weight: bolder;
}

.navbar {
    background-image: url('../img/05.png')
}

.image-bottom {
    height: 220px;
}

.height-content {
    height: 100vh;
}

.image-left-index3 {
    width: 300px;
    position: absolute;
    bottom: 2rem;
    z-index: -1;
}

.textright-index3 {
    position: absolute;
    right: 0;
    top: 20%;
    text-align: justify;
    padding: 1rem;

}