body{
    display: flex;
    flex-direction: column;
}
.headline{
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    text-decoration: underline black;
}
.text-areas{
    display: flex;
    justify-content: space-around;
}
.lang-areas{
    max-width: 50%;
    margin: 1em;
}
.hrAfterTextBlock{
    height: 0.5em !important;
}
.saveButton{
    align-self: center;
    padding: 0 1em 0 1em;
}
#startPoint{
    display: flex;
    flex-direction: column;
}
#amount{
    align-self: center;
}
#intro{
    align-self: center;
}