
/* Created By Section */
.created-by {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 101;
}

.created-by button {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 10px 18px;
    border-radius: 5px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.created-by button:hover {
    background-color: #b0c4de;
    font-weight: bold;
}
