.Bild{
    display: flex;
    justify-content: center;
    align-items: center;
}

.Bildgröße{
	border: 2px solid #f1f1b6;
	width: 350px;
	height: auto;
}
.headline{
    color: green;
    text-decoration: underline;
    text-align: center;
}
.headline1{
    color: blue;
    text-align: center;
}
.text{
    text-align: center;
}

