.flex-box-rps img:hover{
    box-shadow: 0px 10px 50px rgb(31, 155, 177);

}
.flex-box-rps {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
     justify-content: space-around; 
}
h1 {
    text-align: center;
    color: rgb(116, 77, 49);
    font-size: 40px;
}





































































