.image-container{
    position: relative;
    display: inline-block;
}

.background-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 1rem;
    background-image: url('../img/me.webp');
    background-size: cover;
    background-position: center;
}