.body {
    background-image: url(bilder/euleskin.png)
}

.body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    background-color: greenyellow;
    background-position-y: 40px;
}

.header {
    background-color: green;
    margin: 3px;
    justify-content: space-between;
    display: flex;
    height: 80px;
    border-radius: 50px;
    margin-bottom: 50px;
}

.title1 {
    font-size: 30pt;
    margin-top: 18px;
    margin-left: 10px;
}

.link-navbar-container {
    margin-right: 15px;
}

.link-navbar {
    color: black;
    text-decoration: none;
}

.link-navbar:hover {
    color: blue;
    text-decoration: underline;
}

.seitenanordnung {
    display: flexbox;
    justify-content: space-between;
    margin: 10px;
}

.aboutme-container {
    background-color: rgb(73, 199, 48);
    width: 600px;
    border-radius: 20px;
    padding-top: 1px;
    padding-left: 6px;
    padding-bottom: 10px;
    padding-right: 6px;
    margin: 5px;
}

.projekte-container {
    background-color: rgb(73, 199, 48);
    width: 600px;
    border-radius: 20px;
    padding-top: 1px;
    padding-left: 6px;
    padding-bottom: 10px;
    padding-right: 6px;
    margin: 5px;
    margin-top: 40px;
}