/* Credits overlay */
.attractor-credits {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 15px;
    opacity: 0.5;
    color: #fff;
    z-index: 1000;
    transition: opacity 0.3s;
}

.attractor-credits:hover {
    opacity: 0.8;
}

.attractor-credits a {
    color: #ff5722;
    text-decoration: none;
}

.attractor-credits a:hover {
    text-decoration: underline;
}

#attractor, #hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}