@font-face {
    font-family: 'FontBold';
    src: url('font/bpg_nino_mtavruli_bold.ttf');
}
@font-face {
    font-family: 'FontSemiBold';
    src: url('font/bpg_nino_mtavruli_bold.ttf');
}
.footerStyle {
    padding: 1rem;
    width: 100%;
    background-color: rgb(49, 49, 49);
    box-shadow: rgb(0, 0, 0) 0px 0px 15px -5px;
    /*position: absolute;*/
    bottom: 0;
}
