﻿@import url('https://fonts.googleapis.com/css?family=Roboto:900');
/*INDEX*/
    body{
    background-color: #eebc0d;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #000;
    }
    .secao{
    max-width: 346px;
    margin: auto;
    margin-top: 15%;
    }
    .contato{
    margin-top: 15%;
    font-size: x-large;
    }
    a, a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none;
    }
    .contato i{
    font-size: xx-large;
    }
/*FECHA INDEX*/