@font-face {
    font-family: 'FontBethel';
    src: url('../fonts/fontBethel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.fonteBethel{
    font-size: 2.5rem;
    font-family: 'FontBethel', Arial, sans-serif;
    color: #fff;
}