/* documento feito para ajudar um programador iniciante a editar a revista vpem */

@font-face {
  font-family: 'circe';
  src:  url('fontes/CRC25.otf') format('otf'),
        url('fontes/crc55-webfont.svg') format('svg'),
        url('fontes/crc55-webfont.ttf') format('ttf'),
        url('fontes/crc55-webfont.woff') format('woff'),
        url('fontes/crc55-webfont.woff2') format('woff2');
}

body{
    background-color: #e9f3d8;
    font-family: Arial;
}

h7{
    font-size: 14px;
    color: rgb(120,120,120);
}

.sombreada{
    box-shadow: 0px 0px 10px rgb(103, 148, 59);
}

.apoio{
    display: inline-block;
}

.realizacao{
    display: inline-block;
}

.grid{
    display: grid;
    grid-template-columns: 72% 1fr;
}



