html, body {
    background-color: transparent;
}

.profile-pic {
    position: relative;
}

.profile-pic img {
    border-radius: 25%;
    width: 80%;
    max-width: 1000px;
    height: auto;
    object-fit: cover;
    margin: 20px;
    border: 8px solid #595959;
}

