.themen {

    text-align: center;
    font-size: 40px;
    line-height: 300px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 45vh;
    margin: 60px;
    gap: 20px;
}

.themen img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.thema-sketchbook:hover, .thema-concept-art:hover, .thema-illustration:hover, .thema-animation:hover{
    transition: transform 0.4s ease;
}
.thema-sketchbook:hover, .thema-concept-art:hover, .thema-illustration:hover, .thema-animation:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 8px rgb(0, 0, 0);
}


.thema-illustration {
    background-size: cover;
    background-position: center;
    background-image: url("../imgs-illustration/myImage-illustration.jpeg");
}

.thema-concept-art {
    background-size: cover;
    background-position: center;
    background-image: url("../imgs-concept-art/MD/myImage-concept-art3.jpeg");
}

.thema-animation {
    background-size: cover;
    background-position: center;
    background-image: url("../gifs/myAnimation2.gif");
}

.thema-sketchbook {
    background-size: cover;
    background-position: center;
    background-image: url("../imgs-sketchbook/myImage-sketchbook6.jpeg");
}

.thema-text {
    color: #ffffff;
}

#black {
    color: black;
}
/*main {
    display: flex;
    justify-content: center;
    font-size: 30px;
}
*/
/*.image-container:hover .overlay-text {*/
/*    display: block;*/
/*}*/
