body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}


.container {
    text-align: center;
    width: 90%;
    max-width: 350px;
}


h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}


.logo {
    width: 100%;
    max-width: 750px;
    height: auto;
}


.subtitulo {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 10px;
    color: orange;
}

.subtitulo span {
    font-style: italic;
}


.estado-preparacion {
    color: green;
    font-weight: bold;
}
.estado-inconveniente {
    color: red;
    font-weight: bold;
}
