:root{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

body{
    scroll-behavior: smooth;
}

#padding{
    padding: 70px 0px;
    
}

.parallax {
    background-image: url("lue-gradient-with-dynamic-blended-line-design-vector.webp");
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}
#page{
    border-radius: 40px;
    background-color: #0000007d;
    
    
}

.hero{
    height: 500px;
    display: flex;
    align-items: center;
}

.btn-round{
    border-radius: 20px;
    border-width: 2px;
}

.footer{
    height: 50px;
}

section,h2,h3{
    margin: 20px;
}
h3{
    margin: 100px 50px 100px 50px;

}

#nihal{
    color: #0ffbfd;
}

#nhlimg{
    
    
        border: 5px solid #2b00ff;    
       
}

.barbg{
    background-color: #232a82 !important;
}

