
    @font-face {
    font-family: 'Vremena Grotesk Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Vremena Grotesk Regular'), url('VremenaGrotesk.woff') format('woff');
    }

body{
    background-color: #2c2c2c;
    padding-top: 50px;
}

main, img{
    height: 200px;
    text-align: center;
}

#titulo{
    color: #b5fa14 ;
}

#subtitulo{
    color:#e8e8e8 ;
}