/* css/style.css */
img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.btn-primary {
    background-color: #007bff;
    border: none;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.navbar-brand {
    font-weight: bold;
}
