body::before{
    display: block;
    content: '';
    height: 60px;
}
.navbar{
    background-color:rgb(255, 255, 255);
}
.nav-link{
    color: rgb(17, 16, 16);
}
#login-btn{
    margin-right:1rem;
    margin-bottom: 1rem;
}
#nav-digibank{
    margin-bottom: 0.5rem;
    margin-right:0.5rem; 
}
#hero-text{
    font-size: 4rem;
    font-weight: 600;
    line-height: 100%;
}
#hero-description{
    font-size: 1rem;
    font-weight: 400;
    margin-right: 1rem;
    line-height: 130%;
}
#hero-btn{
    font-size:1rem;
    font-weight: 400;
    /* padding: 2rem; */
}
/* .btn2{
    border-color: #FF725E; 
    color: #FF725E;
} */
#newsletter-section{
    background-color: #fff0c3;
}
iframe{
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}

@media screen and (max-width: 991px) {
    /* body {
      background-color: blue;
    } */
    #hero-image{
        width: 100%;
    }
  }
@media screen and (min-width: 991px) {
    #hero-description{
        max-width: 70ch;
    }
  }
  @media screen and (min-width:768px){
    .news-input{
        width: 50%;
    }
  }