.bottom {
    background-color: #f5f5f5; /* warna latar belakang */
    padding: 20px 30px;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1;
}

.bottom p {
    margin-bottom: 5px;
    font-size: 12px;
}

.bottom a {
    color: #0066cc;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.bottom a:hover {
    color: #004a99;
}
