 #container{
        width:700px;
        border:1px solid rgb(205, 174, 224);
        margin:15px 0 15px 0;
        position:absolute;
        margin-top: -20px;
        left: 50%;
        top: 12%;
       
    }     
    
    #header{
        height:200px;
        border:3px solid rgb(205, 174, 224);
        margin-top: -50px;
      
    }    
    
    #header_img{
    
        max-height: 400px;
        width:100%;
        height:100%;
        object-fit: fill;
        background-position: 70% 50%; 
        background-image:url('bunny.jpg');
        
    }
    
    .headers {
        font-family: 'Comfortaa';
    }