.landing-image{
    background: url('./img/6T.jpg') no-repeat  ;
    height: 100vh;
    width: 100%;
    background-size: cover;
}

.describe{
    color: aliceblue;
    box-shadow: 100px;
    padding-top: 200px;
}
.btn{
    border-radius: 100px;
    margin: 10px 0px 10px 0px;
    
}

.container{
    padding-top: 100px;
}

#nav-bar{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
}

