*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #eee;
    width: 100%;
    height: auto;
    font-family: sans-serif;
}

.shop{
    text-align: center;
    color: #313131;
    font-size: 30px;
    margin-top: 2.5rem;
    letter-spacing: 2px;
}
.imgs{
    
    gap: 2rem;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 3rem;
}

.imgss{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.imgss img{
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.imgss img:hover{
    width: 410px;
    height: 410px;
}
.imgss p{
    text-align: center;
    color: #313131;
    margin-top: 10px;
    
}
.imgss p a{
    font-size: 1.7rem;
    color: rgb(120, 55, 95);
}
.imgss p a:hover{
    color: rgb(108,19,74);
    font-size: 1.8rem;
}