#copertina {
    background: #ffffff;
    border-bottom: .3rem solid #1d1276;
}
#copertina h1 {
    display:none;
}

.introduzione h2{
	color: #fff;
}

#eventi{
    background-color: #8ac04d;
    background-image: linear-gradient(180deg, #8ac04d 0%, #ffffff 25%, #fbd544 98%);
    box-shadow: 0px 0px 13px 4px #8ac04d;
}

.boxevento{
    box-shadow: 4px 6px 10px 0px #182e41;
}

.boxevento p{
    color: #182e41;
}