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

body {
    font-family: 'brighttech', sans-serif;
}

#headline {
    justify-content: center !important;
}

.headline__title {
    text-align: center !important;
}