/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/06/2018, 21:55:12
    Author     : Pedro
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face {
    font-family: goodTimes;
    src: url(goodtimesrg.ttf);
}

body{
    background-color: rgb(34,34,34) !important;
}

.logotipo{
    font-family: goodTimes;
    font-size: 72pt;
    color: #cecece;
}

.contato-email{
    font-family: 'Open Sans';
    font-size: 36pt;
    color: #cecece;
}
