    body{        
        background-image:url('https://64.media.tumblr.com/9c6669eba2a2baa025a9e87046d2c06f/tumblr_nk03vgtl9l1u289dqo3_250.png');
        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: contain;
        background-position: 20% 60%; 
        background-image:url('https://64.media.tumblr.com/0adad0d4286d081787c03c4838316bf4/7cf0e66e5e885c01-9d/s2048x3072/07b2b082fcb07bdce099c38fae885206fe4f2fd1.jpg');
    }    
        
    #links{
        border:1px solid blue;
        margin:0 0 10px 0;
        text-align:center;
        background:white;
        padding:5px;
    }      
    
    .start{
        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;
    } 
