body { background-color : #000033;}  
.container {  
   
  background-color : #000033;  
  width : 1657px;  
  
  margin: auto;
  
 
}  

.photo { 
    
    position: relative;
    width: 1106px;
    height: 1148px;
    margin: auto;
    background-image: url('test.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.divLink { 
  
    position: absolute;
    top: 10;
    left: 40;

    height: 500;
    width: 500;
    background-color: red; 
}
