@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: local('Gilroy-ExtraBold'), url(fonts/Gilroy-ExtraBold) format('truetype');
}

@font-face {
    font-family: 'Gilroy-Light';
    src: local('Gilroy-Light'), url(fonts/Gilroy-Light) format('truetype');
}

body {
    background-image: url('./images/bg_outsourcia.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    padding-top: 12rem;
    padding-bottom: 60px;
    color: #fff;
}