    body{        
        background-image:url('images/cp2077_jptownhome.jpg');
        background-size:cover;
        background-repeat: no-repeat;
        font-family:ms gothic;
        font-size:18px;
    }  
    
    a{
        color:blue;
    }    
    
    #container{
        width:650px;
        margin:15px 0 15px 0;
        position:absolute;
        left: 50%;
        transform: translateX(-50%);
    }     
    
    #header{
        height:175px;
        border:1px solid blue;
        margin:10px 0 10px 0;
        
    }    
    
    #header_img{
        width:100%;
        height:100%;
        object-fit: fill;
        background-position: 50% 30%; 
        background-image:url('https://64.media.tumblr.com/526124f8a638b719d95a55e527b09be5/0594f8b711bfe6e2-e7/s1280x1920/a640f6e70a90f4a99500f43a068259b899162bec.jpg');
    }    
        
    #links{
        border:1px solid blue;
        margin:0 0 10px 0;
        text-align:center;
        background:white;
        padding:5px;
    }      
    
    #content{
        border:1px solid blue;
        background:white;
        padding:10px;
        margin:0 0 10px 0;
    }    
  
     #footer{
        border:1px solid blue;
        background:white;
        text-align:center;
        padding:5px;
    }