<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #f5f5f5;
    font-family: Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

header {
    display: flex;
    padding: 30px 40px;
    align-items: center;
    background-color: #fff;
}
header a {
    text-decoration: none;
    margin-left: 20px;
    color: #333;
}

#about-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#about-sec span {
    font-size: 16px;
}
#about-sec img {
    border-radius: 10px;
    max-width: 100%;
}

.box-shadow {
    margin: 2.5%;
    padding: 1%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.08);
}

.tourism {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2%;
}

.tourism-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

#shopping {
    align-items: left;
    text-align: left;
    padding-left: 5%;
}
#shopping img{
    border-radius: 10px;
    max-width: 50%;
}

#miladt {
    align-items: right;
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
}
#miladt img{
    border-radius: 10px;
    max-width: 75%;
}

#darband {
    align-items: left;
    text-align: left;
    padding-left: 5%;
}
#darband img{
    border-radius: 10px;
    max-width: 60%;
}

#food {
    align-items: right;
    text-align: justify;
    padding-right: 5%;
    padding-left: 5%;
}
#food img{
    border-radius: 10px;
    max-width: 70%;
}

footer {
    text-align: center;
    padding-top: 2%;
}
</pre></body></html>