body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #f4f758;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Contenedor*/
.container {
    text-align: center;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*Estilo*/
h1 {
    font-size: 36px;
    color: #007bff;
    margin-bottom: 10px;
}

p {
    font-size: 18px;
    color: #555;
}
