@charset "UTF-8";
.content-flex img {
    border: 10px solid #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom-width: 50px;
    cursor: pointer;
    /* display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; */
    /* margin-left: 500px; */
    width: 80%;
    /* text-align: center;
    display:block;  */
}
/* .startbild {width: 150px;
height: 372px;} */

/* .galerie{text-align: center;} */
/* .content-flex{
  text-align: center;
} */
.content-flex{
  text-align: center;
}
.content-flex img:hover {
    transition: 4s;
    border-color: #FF1;
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.03);
}
/* .content-flex video {
  width: 1210px;
  height: 600px;
  border: 10px solid #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom-width: 50px;
  cursor: pointer;
} */
.content p{
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-weight: bolder;
  font-size: large;
}



