/* Importar estilos de componentes */
@import url('./components/header.css');
@import url('./components/performance.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    height: 100vh;
}