.img-banner{
    width:100%;
    opacity: 0.5;
}
#block-1{
    background-color: rgb(110 183 216);
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 50px;
}
#block-3{
    background-color: #e1e4e8;
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 50px;
}
.img-thumbnail{
    width:200px;
    height: 200px;
}
.img-5{
    width:200px;
    height: 200px;
}
.img-Designs{
    width:150px;
    height: 150px;
    padding-top:10px;
}

#block-2{
    background-color: #fff;
    padding-left: 50px;
   padding-top: 50px;
   padding-bottom: 20px;
   
}
#block{
    background-color: #fff;
    padding-top: 20px;
     padding-bottom: 20px;
    
   
}

#block-4{
    background-color: #e1e4e8;
    padding: 5px;
}

#block-5{
    background-color: #e1e4e8;
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 50px;
}

ul  {
  list-style: square inside url("sqpurple.gi");
  }
  
  
  
  .centered {
  position: absolute;
  text-align: center;
  font-weight:600;
  font-size:70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}