body {
    color: darkred; 
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    background-color: wheat;
}

.katzen-big-headline {
    color: black;
}

.katzen-big-headline-center {
    text-align: center;
}

figure {
    border: 50px dashed greenyellow;
    padding: 10px;
    display: inline-block;
}
a { 
    color: blue;
}
a:hover {
    font-size: 110%;
}
a:visited {
    color: purple;
}
.content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.cat {
    text-align: center;
}
.cat {
    text-shadow: 0ch;
}

.ginger {
    width: 512px;
    border: 1px dotted greenyellow;

}
p {
    width: 300px;
    /* border: 1px dotted greenyellow; */
    text-align: center;
    display: inline-block;
}

#container {
    display: grid;
    justify-content: center;
}

.grid-for-ginger {
    display: grid;
    grid-template-columns: 2em 512px 2em;
}

.road {
    background-color: grey;
    min-height: 2em;
}

.katzen-container {
    border: 5px dashed white;
    display: inline-block;
    border-radius: 1em;
}

.road-side {
    border: 2em solid grey;
    background-color: grey;
    display: inline-block;
    border-radius: 2em;
}

.image-with-road {
    width: 512px;
    height: 288px;
}

.center {
    text-align: center;

}

.button-for-katze {
    height: 50px;
    border: 2px dashed black;
    border-radius: 1em;
    background-color: crimson;
    margin: 2em;
}

.button-for-katze-center {
    text-align: center;
}

.katzen-headline {
    text-align: center;
}

.komma {
    height: 375px;
    width: 500px;
    filter: grayscale(100%);
}

.grey-headline {
    color: grey;
    text-align: center;
}

.grey-text {
    color: grey;
    text-align: center;
}

.katzen-bilder {
    height: 375px;
    border: 1px dotted greenyellow;
    border-radius: 1em;
}

.grid-for-katzen-bilder {
    display: grid;
    grid-template-columns: 2fr 2fr;
    justify-items: center;
}

div.invisible,
button.invisible {
    display: none;
}

.button-center {
    text-align: center;
}

.button-edit {
    height: 50px;
    background-color: aqua;
    border-radius: 1em;
    border: 2px dashed aqua;
    margin-top: 2em;
}

.merlin {
    width: 375px;
    height: 500px;
}

.button-edit-komma-puenktchen {
    height: 50px;
    background-color: grey;
    border-radius: 1em;
    border: 2px dashed grey;
    margin-top: 2em;
}

.grid-for-komma-bilder {
    display: grid;
    grid-template-columns: 2fr 2fr;
    justify-items: center;
}

.komma-puenktchen-bilder {
    height: 375px;
    border: 1px dotted greenyellow;
    border-radius: 1em;
    filter: grayscale(100%);

}
