.updates{
    background-color: gray;
    min-height: 10vh;
    border-radius: 20px;
}

.updates .update-title{
    color:black;
    text-align: center;
    font-family: 'Merienda One', cursive;
    font-size: 30px;
    font-weight: bolder;
    padding: 10px 5px 0px 5px;
}
.updates .slider .list-item p{
    font-size: 20px;
    margin: 14px 0px 15px 0px;
}

.subitem{
    margin: 12% 0 18px 0;
}

.imgcrop{
    border: 5px solid whitesmoke;
    border-radius: 100%;
    height: 190px;
    width: 190px;
    overflow: hidden;
}