body div {
    display: flex;
    justify-content: space-evenly;
}

.container {
    background-color: burlywood;
    border-radius: 10%;
    width: 50vh;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 7vh;
}

#unfertig {
    border: solid red;
}

#hinweis {
    color: red;
    font-weight: 500;
}

input {
    width: 41vh;
    height: 4vh;
    margin-right: 3.9vh;
    margin-left: 3.9vh;
    margin-top: 1vh;
    background-color: rgb(180, 130, 80);
    border: none;
    color: white;
    padding-left: 1vh;
}

input::placeholder {
    color: white;
}

textarea {
    width: 40.3vh;
    height: 22vh;
    margin-right: 3.9vh;
    margin-left: 3.9vh;
    margin-top: 1vh;
    background-color: rgb(180, 130, 80);
    border: none;
    color: white;
    padding: 1vh;
}

textarea::placeholder {
    color: white;
}

button {
    width: 23vh;
    height: 3vh;
    margin-right: 13vh;
    margin-left: 13vh;
    margin-top: 1vh;
    background-color: burlywood;
    border: none;
    color: black;
}

button:hover {
    background-color: rgb(180, 130, 80);
    color: white;
}


#externerKontakt {
    margin-top: -10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#links {
    margin-top: -5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h2 {
    font-size: 2em;
    color: black;
    text-align: center;
}

p {
    font-size: 1.5em;
    color: black;
    text-align: center;
}

#linkeSeite {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95vh;
    background-color: rgb(180, 130, 80);
    width: 100%;
    margin: 0vw;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
