body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background-image: url('header-image.jpg');
    background-size: cover;
    color: blue;
    text-align: center;
    padding: 100px 0;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    background-color: #333;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    padding: 15px 0;
    display: block;
}

section {
    padding: 50px;
    text-align: center;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
}

footer .social-media a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background-image: url('header-image.jpg');
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    background-color: #333;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    padding: 15px 0;
    display: block;
}

section {
    padding: 50px;
    text-align: center;
}

section img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
}

footer .social-media a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}

section#about {
    padding: 50px;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
}

section#about h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}

section#about img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 10px;
}

section#about p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

section#explore {
    padding: 50px;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
}

section#explore h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}

section#explore img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 10px;
}

section#explore p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

section#stay {
    padding: 50px;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
}

section#stay h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}

section#stay img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 10px;
}

section#stay p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

section#plan {
    padding: 50px;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
}

section#plan h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}

section#plan img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 10px;
}

section#plan p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

<style>
    .flag {
        width: 30px; /* Adjust the size as needed */
        height: auto;
        cursor: pointer;
        margin-left: 10px;
    }
    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    nav ul li {
        float: left;
    }
    nav ul li a {
        display: block;
        padding: 8px;
    }
</style>