@import 'https://fonts.googleapis.com/css?family=Great+Vibes';
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700';

*{
    margin:0;
    padding:0;
}

body  {
   font-family: 'Roboto Condensed', sans-serif;
    background: #fdd4cf;
    background-image: url(img/unicornios.jpg);
     
    
   
}

header {
    
    background-color: #02c7b1;
    height: 160px;
    font-family: 'Great Vibes', cursive;
    
    
    
}


section{
    background-color:#d8fdfd;
    font-weight: 300;
    font-size:16px;
    
}


h1{
   color: #fffcd9;
   font-size:90px;
  
}

h3{
   color: #ff680a;
   font-size:18px;
  
}
    
h2{
   color: #ff680a;
   font-size:22px;
   font-family: 'Roboto Condensed', sans-serif;
  
}

footer{ 
        color: #d8fdfd;
        background-color:#02c7b1;
        font-size: 12px;
        height: 30x;
        text-align:center;
        
}


header,nav,section,footer{
        margin:auto;
        width:800px;
        padding: 20px;
}
 
#numero{
  position:relative;
  top:-180px;
  left:600px;

}