
.main{
    background-image: url("../Bilder/Bronx.jpg");
}

.first-list{
    list-style-type: circle;
}

.text{
    margin: 50px 0px 100px 0px;
}

@media screen and (max-width:991px){
    .main{
        max-height: 40vw;
    }
}