*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #333;
    color: white;
}

.container-kain-all {
    margin: 2rem auto;
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cartella-verticale {
    /* background-image: url(../img/photographers/actual/fabio/fabio2.jpg); */
    width: 250px; 
    display: flex;
    flex-direction: column;
    /* border: 1px solid grey; */
    border-radius: 5px;
    box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.5);
    background-color:white;
    margin-top : 1rem;
}

.image {
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    height: 150px;
    /* padding: 0.5rem; */
    background-color: #333;
    border-radius: 5px 5px 0 0;
    /* border: 1px solid white; */
}

.setsumei-due {
    padding: 0.5rem;
    line-height: 1.5rem;
    /* border: 1px solid white; */
    color: black;
}

.setsumei-due a {
    text-decoration: none;
    color: black;
    text-align: right;
}

.ilLink-due {
    text-align: right;
    width: 100%;
}

.ilLink a {
    text-decoration: none;
    color: aliceblue;
}


.cartella-orizzontale {
    /* background-image: url(../img/photographers/actual/fabio/fabio2.jpg); */
    width: 450px; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* border: 1px solid grey; */
    border-radius: 5px;
    box-shadow: 0 3px 5px 3px rgba(150, 150, 150, 0.5);
    background-color: #333;

}


.center {
    text-align: center;
}



.no-image {
    width: 250px;
    height: 50px;
    background-color: #333;
    border-radius: 5px 5px 0 0;
}

.destra {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    justify-content: space-between;
    background-color: #333;
}

.setsumei {
    /* background-color: #333; */
    border: 1px solid white;
    width: 150px;
    padding: 0 1rem;
}



.interno {
    /* width: 300px; */
    /* margin: auto; */
    background-color: bisque;
    border-radius: 5px;
    padding: 0.5rem;
}

.interno {
    color: black;
}

.interno a {
    color: black;
}

.ilLink {
    text-align: right;
    padding: 1rem;
    width: 100%;
    border: 1px solid white;
}



.setsumei p {
    padding: 0.5rem;
    line-height: 2rem;
}