main {
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(121, 67, 67, 0.4), rgba(0, 0, 0, 0.3)), url(../Images/back1.jpg);
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
}

.nav-bar {
    display: flex;
    padding: 40px 40px;
}

.nav-links {
    flex: 1;
}

.banner-title {
    margin-left: 40px;
    margin-top: 40px;
    margin-bottom: 120px;
    height: 250px;
    color: white;
    position: relative;
}

.lead {
    text-align: justify;
}

.text-gray-dark {
    color: rgb(0, 68, 100);
    font-size: 25px;
    font-family: 'Akaya Telivigala';
}
