.Fonte {
    font-family: 'Alegreya Sans',
        sans-serif;

}

.F30 {


    font-size: 30px
}

.Link1 {
    a {
        color: #f1c756;
    }

    a:hover {
        color: #6aa3d5;
        text-decoration: none !important
    }


}