img {
    width: 98%;

}

p1{
    

}


h5{
    padding: 3.5rem;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
}

.content {
    width: 80%;
    /* background-color: rgb(43, 43, 43); */
    margin: 0 auto;
    padding-top: 50px
}

.item {
    display: flex;
    background-color: rgba(230, 230, 230, 80%);
    /* background: linear-gradient(90deg, rgb(230, 230, 230) 0%, rgb(230, 230, 230) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%); */
    height: 250px;
    width: 80%;
    margin: 50px auto;
    border-radius: 10px;
}

.item:hover {
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 90%);
}

.item:nth-child(even) {
    /* background: linear-gradient(270deg, rgb(230, 230, 230) 0%, rgb(230, 230, 230) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 0%); */
    flex-direction: row-reverse;
}

.shared {
    width: 50%;
    height: 100%;
    /* border: 1px solid black; */
    /* background-color: rgb(100, 100,100); */   
}

.shared p1{
    padding-top: 2.5rem;
    padding-bottom: 15px;
    justify-content: center;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;
}

.shared:nth-child(odd) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical {
    height: 98%;
    width: auto;
    justify-content: center;
}