/* Styling for Navbar */
body{
    display: block;
    overflow-x: hidden;
    padding-top: 10px; /* Adjust based on your navbar's height */
}

nav{
    background-color: white;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-brand{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #683aa4;
}

nav ul li a{
    color: #a9a9a9;
    font-size: 22px;
    margin: auto 10px; 
}

nav ul li a:hover{
    color: #683aa4;
}


.custom-section {
  margin-top: 60px; /* Adjust the value as needed */
}

