.profile-photo img {
	width: 100%;
    height: auto;
	webkit-border-radius: 600px;
    -webkit-border-bottom-left-radius: 600px;
    -moz-border-radius: 600px;
    -moz-border-radius-bottomleft: 600px;
    border-radius: 600px;
    border-bottom-left-radius: 600px;
	border:1px solid #ef0c77;
}

.profile-photo img:hover {
	    transition: all .3s ease-in-out;
    -mst-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.profile-intro h1 {
    font-weight: 600;
    font-size: 10rem;
    margin-bottom: 0rem;
    padding-bottom: 0.5rem;
}

.profile-intro h2 {
    color: #f00b77;
}

/**Tablet & Below**/
@media(max-width:768px){
	
}

/**Mobile & Below**/
@media(max-width:550px){
	
}