*{
    margin: 0;
    padding: 0;
}




#hoja{
    
width: 99%;
height: 2800px;
background: #FFCC80;
margin: 0.5em auto;
padding: 0.5em;

}

.button{
  position: relative;
      padding: 15px;
      text-align: justify;
      width: 74%;
      left: 8%;
      display: block;
      background:#E65100;
      box-shadow: 2px 2px 5px #999;
      color: rgb(248, 245, 242);
      text-decoration: none;
  
      font-family: 'Economica', sans-serif;
        font-size: 38px;
        border: 2px solid rgb(143, 49, 5);
  }
  
  .button span{
       margin-right: 28%;
       margin-left: 5%;
    }

#cabeza{
     width: 74%;
     padding: 15px;
     box-shadow: 2px 2px 5px #999;
     display: flex;
     justify-content: center;
     color: rgb(248, 245, 242);
    margin: auto;
    font-family: 'Economica', sans-serif;
    font-size: 29px;
    background:#E65100;
    border: 2px solid rgb(143, 49, 5);
    position: relative;
    top: 0.5rem;
    text-align: center;   
}

.foto{  
  box-shadow: 4px 4px 5px #999;
position: relative;
margin: auto;
display: block;
top: 1.8rem;
width: 90%;
height: auto;
border-radius: 50%;
border: 2px solid rgb(11, 47, 112);
}

.texto1{
  
  font-family: 'Economica', sans-serif;
    font-size: 25px;
    position: relative;
   top: 0.5rem;
    text-align: center;   
}

.texto2{ 
   
    font-family: 'Mallanna', sans-serif;
    font-size: 24px;
    padding: 18px;
    position: relative;
    top: 1rem;
    text-align: justify;
   
}

  .button.fono{ 
       top: 2.4rem; 
       box-shadow: 2px 2px 5px #999;
              }

        .button.whatsu{ 
           top: 3.9rem;
                    }
         
          .button.correo{ 
               top: 5.4rem;
                        }
                        
                        #escritorio{
                          position: relative;
                          width: 95%;
                          padding: 0px;
                     
                          font-family: 'Economica', sans-serif;
                          display: block;
                          font-size: 13px;
                          text-align: center;
                          color:rgb(17, 17, 19);    
                           margin: auto;
                           top: 6em;
                        
                           }

             .button.compartir{ 
              border: 2px solid rgb(143, 49, 5);    
                  top: 5rem;
                   padding: 5px 15px;
                   font-size: 22px;
                   color:#E65100;
                   background:#E65100;  
                               }
            
                    
        
                         
                      
                             .codigo{
                           position: relative;
                              font-family: 'Mallanna', sans-serif;
                              font-size: 20px;
                          
                              top: 8em;
                              text-align: center;
                             
                            }
    
                           

                            .button.curri1{ 
                              width: 74%;
                              height: 2%;
                              top: 15rem;
                            text-align: center;
                            font-size: 38px;
                                 }           


                                .button.web{
                                  border: none;
                            
                                  top: 22rem;
                                  text-align: center;
                                  width: 90%;
                                  height:18px;
                               
                                  font-size: 1.1rem;
                               
                                  left: 0;
                                    }


                            .button:hover{ 
                                  background: #FFE57F;
                                    
                                    }