body {
    color: white;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #010014; /* Change this to your desired background color */
    z-index: -1; /* Place the background behind other content */
}

.navbar-bg {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.muted {
    color: #bbb;
    font-size: 16px;
}

.muted-title {
    color: #bbb;
    font-weight: 100;
}

.image-md {
    /* max-width: 640px; */
    border: 2.5px solid rgba(255, 255, 255, .5);
}
