#FoodPons-Projekt-Information {
    height: 100vh;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

#explain-sec {
    margin-top: 15vh;
    height: 75%;
    width: 100%;
    justify-content: space-between;
}

#explain-text {
    margin-left: 2vw;
    width: 70%;
}

#FoodPons-Projekt-Information img {
    transition: transform 0.3s ease;
    width: auto;
    object-fit: cover;
    height: 80%;
    margin-right: 8vw;
}

#FoodPons-Projekt-Information img:hover {
    transform: scale(1.2);
}

#FoodPons-Projekt-Information a {
    color: white;
    text-decoration: none;
    margin-left: 2vw;
}

#FoodPons-Projekt-Information a:hover {
    color: #007BFF;
}

#FoodPons-App {
    height: 110vh;
    width: 100%;
    position: relative;
    margin: 0;
}

#App-Row {
    margin-top: 10vh;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
}

#App-Row p {
    width: 50%;
    margin-left: 2vw;
}

#App-Row video {
    width: 50%;
}

#FoodPons-Website {
    height: auto;
    width: 100%;
    position: relative;
    margin: 0;
}

#FoodPons-Website video {
    width: 96%;
    margin-left: 2vw;
}

#Website-Explain {
    height: 70vh;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

#explain-row {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0vh;
    align-items: start;
    padding-top: 10vh;
}

#explain-row img {
    width: 48%;
    height: auto;
    object-fit: contain;
    margin-right: 2vw;
}

#explain-row p {
    width: 48%;
    margin-left: 2vw;
}

#Links {
    height: auto;
    width: 100%;
    position: relative;
    margin: 0;
}

#Links ul {
    list-style-position: inside;
    margin-left: 2vw;
}

#Links li a {
    color: white;
    text-decoration: none;
}

#Links li a:hover {
    color: #007BFF;
}