#bg {
  position: absolute;
    max-width: 500px; 
    left: 50%;
    top: 50%;
    margin-left: -250px; 
    margin-top: -250px; 

}
