html,
body {
    font-size: 62.5%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 3rem;
    background-color: rgb(230, 232, 224);
}

p {
    font-size: 1.8rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

a {
    text-decoration: none;
    color: black;
}

h1 {
    display: flex;
    justify-content: center;
    margin: 5%;
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 2rem;
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    margin: 1%;
}

.navaigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.6rem;
    width: 75%;
    gap: 1rem;

}

.social {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 2rem;
}

.portfolio {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50rem;
    background-color: grey;
    margin-bottom: 10%;
}

.projectlinks {
    position: relative;
    display: flex;
    width: 33.3%;
    height: 75%;
    justify-content: center;
    align-items: center;
}


.projectlinks img {
    height: auto;
    width: 80%;
}

.projectlinks p {
    position: absolute;
    font-size: 2.4rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.projectlinks a {
    position: absolute;
    font-size: 2.4rem;
    color: white;
    padding: 0.5rem 1rem;

    text-decoration: none;
}

.image-cover {
    border: none;
    background-color: transparent;
    height: 100%;
    width: 100%;
}

.imgtext {
    display: flex;
    margin-bottom: 30rem;


}

.picture {
    height: 50rem;
    width: auto;
}

.Text1 {
    display: flex;
    width: 30%;
    margin-left: 20%;
    align-items: top;
    flex-direction: column;
}


.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20%;
    width: 80%;
    margin: 10%;

}

.contact img {
    width: 50%;
    margin-left: 25%;
}

.footer {
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: gray;
    padding: 5%;

}

.Impressum {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5%;
}