.body {
    background-color: white;
    font-size: 15pt;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    background-color: lightblue;
    text-align: center;
    font-size: 20pt;
    height: 100px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    margin-bottom: 100px;
}

.text-container {
    font-size: 30pt;
    font-weight: bold;
    margin-top: 25px;
}

.link-container {
    margin-top: 25px;
}

.navbar-link {
    text-decoration: solid;
    color: rgba(0, 0, 0, 0.575);
    font-size: 15pt;
    padding-right: 20px;
}

.navbar-link:hover {
    text-decoration: underline;
    color: black;
}

.gattungen-container {
    display: flex;
    justify-content: space-between;
}

.img1 {
    width: 700px;
    border: 5px;
    border-style: solid;
    border-color: lightslategray;
}

.img1-text1 {
    font-size: 11pt;
}

.infotext1 {
    margin-top: 20px;
    margin-right: 10px;
}

.infotext2 {
    margin-top: 20px;
    margin-left: 10px;
}

.foot {
    background-color: lightblue;
    margin-top: 20px;
    height: 50px;
    text-align: center;
    padding-top: 19px;
}

.foot-links {
    color: rgba(0, 0, 0, 0.575);
    text-decoration: none;
}

.foot-links:hover {
    color: black;
    text-decoration: underline;
}

.link-about {
    color: rgb(172, 19, 19);
    text-decoration: none;
}

.link-about:hover {
    color: black;
    text-decoration: underline;
}

.text-about {
    color: red;
}