/* hans_web.css */
body {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f8f9fa;
}

header {
    background-color: #00ecff;
}

.carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.btn-lg {
    font-size: 18px;
    padding: 10px 20px;
}

a {
    text-decoration: none;
}

a.text-white {
    color: white !important;
}

a.text-white:hover {
    color: #dcdcdc !important;
}

footer {
    margin-top: 50px;
}