* {
  font-family: 'Goldman', cursive;
  margin: 0%;
}
.frontPart {
    background-image: url("/img/Neues.png");
    background-position: center;
    background-size: cover;
    padding: 18%;
}

.body_middle_text {
    text-align: center;
    font-size: 30px;
}

.frontPart img {
    display: block;
    margin: auto auto;
    padding: 1% 1%;
    width: 8%;
    height: 8%;
}
