
.navbar-custom {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    top: 10px;
    border-radius: 30px;
    max-width: 700px;
}
.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}
.navbar-toggler {
    margin-left: auto;
    margin-right: auto;
}
.img-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
a {
    text-decoration: none;
    color: white;
}
a:hover {
    text-decoration: underline;
    color: white;
}