body {
  	/*background-color: #FFD60A;*/
 
    position: relative;
    width: 100vw;
    height: 100vh; 
    background: #fab828;
    background: linear-gradient(0deg, #fab828 0%, gold 47%);
    overflow: auto;
}

#teste{
	padding-top:100px; 
}

.footer-espera{ 
 width:300px; 
 margin:0 auto; 
}

.footer-espera a{ 
font-size:30px;
color:black; 
text-align:center;
margin: 0 5px;
}

.copyright{  
	font-size:12px;
	text-align:center;
        font-family: "Nunito", sans-serif;
}
 