diff --git a/src/Pages/UserTerms.js b/src/Pages/UserTerms.js
index 50086f443ed372a1fd99aa952f4f550dd4d60960..662eebac483504ed2a28c2ee9f79db6c548d2c20 100644
--- a/src/Pages/UserTerms.js
+++ b/src/Pages/UserTerms.js
@@ -15,7 +15,6 @@ GNU Affero General Public License for more details.
 
 You should have received a copy of the GNU Affero General Public License
 along with Plataforma Integrada MEC.  If not, see <http://www.gnu.org/licenses/>.*/
-
 import React, {Component} from 'react';
 import ExpansionPanels from '../Components/ExpansionPanels'
 import Grid from '@material-ui/core/Grid';
@@ -58,11 +57,13 @@ const secao2={
 
 class UserTerms extends Component {
     render() {
+
       return (
-        <div>
+        <div >
+        <link href="https://fonts.googleapis.com/css?family=Kalam|Pompiere|Roboto&display=swap" rel="stylesheet"/>
 
           <div style = {bannerStyle}>
-            <h2 style={{width: "100%",textAlign: "center",marginTop:"0px", paddingTop:"9rem",fontSize:"52px"}}>TERMOS DE USO</h2>
+            <h2 style={{width: "100%",textAlign: "center",marginTop:"0px", paddingTop:"9rem",fontSize:"52px",fontFamily: "'Pompiere', cursive",color:"#fff",fontWeight:"500"}}>TERMOS DE USO</h2>
             <Modal/>
           </div>