<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;
}

* {box-sizing: border-box;}

/* mobile */
[class*="col-"] {
    width: 85%;
}

/* tablets */
@media only screen and (min-width: 768px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
}

/* desktop */
@media only screen and (min-width: 1024px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

[class*="col-"] {
    float:left; 
    padding:15px;
}

.row::after {
    content:""; 
    clear:both; 
    display:table;
}

header {
    display: flex;
    padding: 10px 30px;
    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 {
    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;
}

.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-right: 5%;  
}
#miladt img{
    border-radius: 10px;
    max-width: 67%;
}

#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%;  
}
#food img{
    border-radius: 10px;
    max-width: 63%;
}

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