body {
    background-image: url('image/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
 font-family: 'Arial';   
}

.profile_img {
    /* position: absolute; */
    width: 250px;    
    height: 250px;
    border-radius: 250px;
    border-style: solid;    
    border-color: #de762a;
    border-width: medium;
    /* overflow: hidden; */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
