body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background: linear-gradient(rgb(158, 157, 157), rgb(194, 185, 185)) 0% 0% / 100% 52%, linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 0% 50% / 100% 50%;
    background-repeat: no-repeat;
}


.profile-pic{
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin-left: 100px;
}


.rounded{
    border-radius:50% !important; 
   }

a{
    text-decoration: none;
    color: white;
}

#AboutMe-Photo{
    border-radius: 50%;
}

.carousel-item{
    
    width: 500px;
    height: 800px;
}

