body,html{padding:0px;margin:0px;background-image:url('sos.png');}
.left{float:left;}
.right{float:right;}

#allpix{width:900px;margin:auto;text-align:center;}
#allpix img{border:1px solid grey;margin:4px;}

#allpix img:hover{border:3px solid #26C281;margin:2px;}

#mesej{width:890px;margin:auto;text-align:center;padding:5px;background-color:#F2F1EF;font-family:arial;}
#promo{margin-bottom:5px;text-align:center;}
@media screen and (max-width:900px) {

#allpix img{width:49%;margin:auto;margin-bottom:14px;}
#allpix{width:90%;margin:auto;}
#allpix img:hover{border:1px solid #26C281;margin:auto;margin-bottom:14px;}
#mesej{width:96%;padding:2%;background-color:#F2F1EF;font-family:arial;}
}


@media screen and (max-width:450px) {
#allpix{width:100%;}
#allpix img{width:90%;margin:auto;float:none;}

#allpix img:hover{border:1px solid #26C281;margin:auto;}

}