.p 
{
    color: #fff !important;
}

body {
    min-height: 100vh;
    background: linear-gradient(66deg, #000000, #000000) !important;
    background-repeat: no-repeat;
    background-size: cover;

}

.navbar {
    min-height: 60px;
    background-image: url("/images/brain.png");
    
    background-repeat: repeat;
    background-size: 200px; /* or use a percentage, e.g. 20% */
}
.nav-link,
.navbar-brand {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff !important;
}

.navbar-logo {
    height: 100px;       /* or adjust as needed */
    width: auto;
    border-radius: 10%; /* optional: makes it round */
    margin-right: 10px;
}
.nav-link {
    color: #fff !important;
    text-decoration: none;
}
.nav-link:hover {
    color: #aad21b;
    transform: scale(1.1);
}

.navbar-collapse {
    justify-content: flex-end;
}
.gradient-custom {

  }