.blog-content {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}
.destination {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: background-color 0.3s;
}
.destination:hover {
    background-color: #f1f1f1;
}
h1, h2, h3 {
    color: #127384;
    margin-bottom: 15px;
}
img {
    border-radius: 8px;
    margin-bottom: 15px;
}
ul {
    list-style-type: disc;
    margin-left: 20px;
}