body { 
    background-color: #f8f9fa; /* Light gray */
}
.navbar {
    background-color: #007bff; /* Bootstrap primary blue */
}
.navbar-brand img {
    height: 40px; /* Adjust logo size */
}
.container {
    margin-top: 30px;
}
footer {
    background: #007bff;
    color: white;
    padding: 10px 0;
    text-align: center;
    margin-top: 50px;
}

#hot {
    width: 100%;
    height: 500px; /* Adjust as needed */
    overflow: hidden;
  }