body {
    
   
margin: 0;
    
   
padding: 0;
    
   
display: flex;
    
   
justify-content: center;
    align-items: center;
    
   
min-height: 100vh;
    
   
background-color: #000000;
    
   
font-family: Arial, sans-serif;
}

.construction-container {
    
   
text-align: center;
}

.construction-animation {
    
   
/* Estilo para la animación */
    
   
/* Por ejemplo, si tienes una animación en formato GIF o SVG, puedes establecerla como fondo aquí */
}

h1 {
    
   
font-size: 36px;
    
   
color: #333;
}

p {
    
   
font-size: 18px;
    
   
color: #666;
}