 .search
    {
       
       margin-top: 60px;
       margin-left: 400px;
    }
    input{
      width: 60%;
      padding: 15px;
    }
    .Products
    {
      text-align: center;
    }
    .box
    {
      display: inline-block;
      border-color: black;
      border-width: 2px;
      border-style: solid;
      width: 250px;
      text-align: center;
      margin-top: 50px;
    }
    .box1
    {
      display: inline-block;
      border-color: black;
      border-width: 2px;
      border-style: solid;
      width: 250px;
      margin-left: 20px;
      text-align: center;
      margin-top: 50px;
    }
    .box2
    {
      display: inline-block;
      border-color: black;
      border-width: 2px;
      border-style: solid;
      width: 250px;
      margin-left: 20px;
      text-align: center;
      margin-top: 50px;
    }
    .box:hover,.box1:hover,.box2:hover
    {
      background-color: black;
      color: white;
    }
    .about
    {
      text-align: center;
      margin-top: 50px;
    }
    .contacts
    {
      text-align: center;
      background-color: black;
      color: white;
      margin-top: 50px;
    }