/* Estilo para la imagen de fondo */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../../assets/images/background.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
