body {
    max-width: 1000px;
    margin: auto;
    background-color: #2e2e2e; /* mörkare grå för bättre kontrast */
    color: #f0f0f0;            /* ljus text för bättre läsbarhet */
    font-size: larger;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    padding: 20px;
}

a {
    color: #66ccff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2 {
    color: #4ce7ffb0;
}
dt {
    font-weight: bold;
    margin-top: 10px;
}
dd {
    margin-left: 20px;
    margin-bottom: 10px;
}

.map-link {
    color: rgba(0, 255, 8, 0.67);
    text-decoration: none;
}

.paragraph-title {
    font-weight: bold;
    margin-bottom: -20px;
}

.image-container {
    text-align: center;
    margin: 20px 0;
}

.image-container img {
    max-width: 600px;
    height: auto;
    border: 3px groove black;
    border-radius: 10px;
}

.image-container .caption {
    font-style: italic;
    margin-top: 5px;
    margin-left: 40px;
    margin-right: 40px;
}

.image-container .img-source {
    margin-top: -15px;
    font-size: small;
    color: black;
    text-decoration: none;
}

.news-box {
    border: 2px solid black;
    font-style: italic;
    padding: 10px;
    margin: 20px 0;
    text-align: justify;
}
.quote {
    border-left: 4px solid #4ce7ffb0;
    margin: 20px 0;
    padding-left: 15px;
    font-style: italic;
    text-align: justify;
    color: #d0d0d0;
}

.pm {
    padding: 80px;
    display: block;
        background-color: grey;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
   border: 1px black;
    color: #000;
}

.tip-no {
    text-align:right;
    color:chocolate;
}