body {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    padding: 20px;
}

.short-link {
    color: #0d6efd;
    text-decoration: none;
    word-break: break-all;
}

.short-link:hover {
    text-decoration: underline;
}
