body{
    background-color:rgb(255, 255, 255);
    margin: 0;
    padding: 0;
}

#box1 {
    width:100%;
    height:33%;
    background-color:rgb(255, 0, 0);
    position:absolute;
}





#box2 {
    width:100%;
    height:33%;
    background-color:rgb(0, 0, 0);
    position:absolute;
    bottom:0px;
    padding:none;
}

.eagle{
    background-image: url(Assets/Egypt.jpg);
    height: 240px;
    width: 240px;
    background-repeat: no-repeat;
    position: fixed;
    top: 260px;
    left: 600px;
}