
.kor4e-verse-box {
    padding: 30px;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0,255,255,0.2);
}

.kor4e-verse-text {
    font-size: 1.6rem;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.futuristic-button {
    background: linear-gradient(145deg, #00eaff, #0059ff);
    border: none;
    color: white;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 30px;
    font-weight: bold;
    box-shadow: 0 0 10px #00f0ff;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
}

.futuristic-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px #00f0ff;
}

.static {
    background: rgba(255,255,255,0.2);
    pointer-events: none;
}
