.form-control, .form-select {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.form-control:focus, .form-select:focus {
    border-color: #ced4da;
}

body {
    color: #ebebeb;
    background-color: #4e5d6c;
}

.bg-secondary {
    background-color: #2b3e50 !important;
}

.navbar-dark {
    background-color: #2b3e50 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
}

.lzy-img {
    opacity: 0;
}

.lzy-img.anime1 {
    width: 50%;
}

.lzy-img.anime1.active {
    opacity: 1;
    width: 100%;
    transition: linear 0.5s;
}
