﻿body {
    color: #eee !important;
    width: 100%;
    background: url('/uploads/blob-scene-haikei.svg') center/cover no-repeat;
    position: relative;
    z-index: 2;
}


.text-light-50 {
    color: #bbbbbb;
}

.box-dark {
    background: #161616;
    border: 1px solid #2a2a2a;
    transition: 0.3s;
}

    .box-dark:hover {
        transform: translateY(-6px);
        border-color: #e12f2f;
        box-shadow: 0 0 20px rgba(225,47,47,0.25);
    }

.about-dark img {
    border-radius: 16px;
    border: 1px solid #2a2a2a;
}

dotlottie-wc {
    max-width: 700px;
    height: 300px
}
@media (max-width: 992px) {
    dotlottie-wc {
      max-width:350px;
    }
}

@media (max-width: 576px) {
    dotlottie-wc {
      max-width:350px;
      height:100%;
    }
}
