.check_domain_logo {
    text-shadow: 0px 0px 6px rgba(0, 255, 13, 0.952), 0px 0px 5px rgba(0, 255, 13, 0.952), 0px 0px 5px rgba(0, 255, 13, 0.952);
}

.btn-scroll-top {
    position: fixed;
    bottom: 1.875rem;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(53,67,74,.75);
    color: #fff;
    text-align: center;
    text-decoration: none;
    z-index: 1020;
    border-radius: 36px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1.875rem;
}