body {

  color: #ff85b2;
  font-family: 'verdana'; 
    
    
    width: 100%;
    height: 300px;
    background-image: url('Aboutme.png');
    background-repeat: no-repeat;
    background-size: cover; /* or contain, depending on your needs */
    background-position: center 1px; /* center horizontally, 50px down */
}
