html{
  background-image:url(https://i.pinimg.com/1200x/ba/4b/6d/ba4b6dd1469f615add567bf7c625adb8.jpg);
background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
    background-size: cover;

  }
  


.container{
  border:1px solid black;
  height:750px;
    width:750px;
background-color:white;
box-shadow: white 0 0 2px 5px, #000000 0 0 4px 1px;
 display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: auto;
  }
  
  .top{
        width:650px;
height:140px ;
    
  }
  
    .bannerarea{
      width:650px;
  height:125px;
    display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
  
  .banner{
    width:490px;
      height:125px;
  border:1px solid blue;

background-image: url();
  background-position: center; 
      background-size: 655px 135px;
background-repeat: no-repeat;

  }
  
  .img{
   width:140px; 
      height:125px;
  border:1px solid green;
margin-left: 10px;
  }
  
  
   .marquee{
     width:650px;
height: 15px;
  }

.bottom{
   border:1px green solid;
    width:650px;
    height:575px;

}
