body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f5f7;
    color: #333;
}

#main-header, #main-footer {
    background-color: #1f2933;
    color: white;
    text-align: center;
    padding: 1rem 0;
}

.content-wrapper {
    max-width: 900px;
    margin: 1.5rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);

    ;
}

p {
    text-align: center;
}

.intro, .attractions {
max-width: 600px;
text-align: center;
}

.images {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.images img {
    width: 300px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.attractions ul {
    list-style-type: square;
    padding-left: 1.5rem;
    text-align: left;
}
h1 {
  text-align: center;
}

.navbar {
    background-color: #333;
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.navbar a {
    color: #fff;
    text-decoration: none;
    padding: 0.4rem 0.7rem;
    border-radius: 4px;
}

.navbar a:hover {
    background-color: #555;
}

form {
    max-width: 500px;
    margin: 2rem auto;
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.outro {
    text-align: center;
    width: 100%;
    margin: 2rem 0;
    font-size: 1.4rem;
    line-height: 1.6;
    
}

ul {
    text-align: center;

}