#brand-logo {
    font-size: 34px
}
#app-navbar {
    background: linear-gradient(120deg, #0f243e, #5a93d9)
}
.row {
    border-color: blue;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
    border-color: rgb(255, 102, 203);
}
.image-box {
    overflow: hidden;
}
.image-box2 {
    overflow: hidden;
    width: 50%;
    height: 50%;
}
.image-box img {
    -webkit-transition: 1s linear;
    transition: 1s linear;
}
.image-box img.c img:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    /*-webkit-filter: grayscale(150%) blur(1px);*/
}
.marquee {
    overflow: hidden;
    border: 1px solid darkblue;
    background: darkblue;
    height: 30px;
    /*margin-top: 5px;*/
}