.container {
    position: relative;
}
img {
    border-radius: 3px ;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 5px black;

}
.titelbar {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    text-align: center;
    font-size: 400%;
    border-radius: 10px;
    
    background-color: #EFB51A;
    text-shadow: 5px 5px 5px #4C2D00;

}
h1 {
    font-size: 500%;
}
