body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--color-font);
    margin: 0;
}

h1 {
    color: black;
}

h2 {
    color: var(--color-font);
}

nav a {
    text-decoration: none;
}

p {
    line-height: 25px;
    font-size: 16px;
}

.active {
    color: lightseagreen;
}

a {
    color: rgb(105, 199, 231);
}

a:hover {
    color: lightseagreen;
}

li::marker {
    color: black;
}

header {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f4f4f4;
    width: 100%;
    position: fixed;
    top:0;
}

main {
    margin: 50px;
    margin-top: 100px;
}

header a {
    padding: 10px;
    font-size: 20px;
    color: black;
    font-weight: bold;
}

img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.img-suedamerika {
    height: 520px;
    width: 450px;
}

.img-brasilien {
    height: 350px;
    width: 324px;
}

.img-chile {
    height: 700px;
    width: 320px;
}

.content {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

main {
    margin-top: 100px;
    width: 1000px;
    display: flex;
    flex-flow: column;
}

nav {
    text-align: center;
    display: flex;
    justify-content: center;
}

header {
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}


hr {
    width: 100%;
}

header a {
    padding: 10px;
}