.my-img {
    object-fit: contain;
    height: 200px !important;
    width: 100%;
}

body {
    background-color: white;
    color: black;
}

.card {
    background: white;
    border-radius: 0;
    margin: 20px;
}

.list-group {
    background: white;
    border-radius: 0;
}

.list-group-item {
    background: white;
    border-radius: 0;
}

.list-group-item > a {
    color: white;

}

.my-img {
    object-fit: cover;
    height: 300px;
    width: 100%;
    object-position: 0% 15%;
}


.skill-heading {
    padding-top: 15px;
}