@font-face {
  font-family: "TT hind Bold";
  src: url("../../tipografia/tahoma/TAHOMABD.TTF");
}
@font-face {
  font-family: "TT hind light";
  src: url("../../tipografia/tahoma/Tahoma\ Regular\ font.ttf");
}
@font-face {
  font-family: "TT hind medium";
  src: url("../../tipografia/tahoma/Tahoma\ Regular\ font.ttf");
}
#footer{
    width: 100%;
    height: 100px;
    background-color: #F0F0F0;
    bottom: 0px;
    position: fixed;
    z-index: 2;
    align-items: center;
    display: flex;
}
#footer p{
    margin: auto;
    text-align: center;
    color: #021D49;
    font-family: "TT hind medium";
    font-size: 12px;
}