@charset "utf-8";

 
	  
img {
    border-radius: 50%;
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -250px;

}