*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.main{
    height: 200px;
    width: 1530px;
    background-color: grey;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.container{
height: 50px;
width:1530px;
box-shadow: 0px 0px 10px 0px white;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
h1{
    align-items: center;
    color: blue;
}
.Search{ 
height: 80px;
width:400px;
box-shadow: 0px 0px 10px 0px white;
display: flex;
align-items: center;
justify-content: center;
margin-top: 15px;
margin-bottom: 20px;
border-radius: 10px;
}
/*.imgCollection{
width: 1510px;
height: 500px;
background-color: white;
border-radius: 10px;
}*/
#SearchBox{
    height: 40px;
    width: 200px;
    font-size: 20px;
}
#SearchButton{
    height: 40px;
    width: 90px;
 margin-left: 20px;
 font-size: 20px;
 background-color: black;
 color: white;

}
.imgg{
    height: 150px;
    width: 150px;
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 2px;
}
@media screen and (max-width:500px){
.container{
    height: 30px;
    width:50px;
    box-shadow: 0px 0px 10px 0px white;
    margin-bottom: 10px;
    background-color: blue;
}
}