body{
    color: black;
}

.sves-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.btn-gor-list{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 15px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin-top: 10px;
}