footer {
  width: 100%;
  min-height: 200px;
  background-color: #646464;
  color: whitesmoke;
  position: relative;
  display: inline-block;
  font-size: 0.8em;

}

footer .info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 2% 1%;
  margin-left: 9%;

}

footer b {
  display: inline-block;
}

.design {
  background-color: #0046FF;
  color: whitesmoke;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 1em;
}

.design a {
  text-decoration: none;
  color: white;

}

.design p {
  text-align: center;
}

#footer1 a:hover,
#footer2 a:hover,
#footer3 a:hover {
  color: #9a9af7;
}

#footer1 a,
#footer2 a,
#footer3 a {
  margin-bottom: 3% !important;
  color: rgb(245, 245, 245);
  text-decoration: none;
}

#footer3 p {
  margin-bottom: 0.5%;
}

 .fb-embed{
    width: 330px;
    height: 130px;
    border-radius: 10px;
    overflow: hidden;     
    background: #fff;  
    margin-top:1%;   
  }
  .fb-embed iframe{
    width: 100%;
    height: 100%;
    border: 0;
    display: block;        /* elimină spații/artefacte */
  }