body {
    background: #1f2f38;
    margin: 0;
    padding: 0;
    background: url('https://web-argentina.com/wp-content/uploads/2024/06/BG-INICIO.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Nunito', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.contenedor {
    text-align: center;
    padding: 2rem;
}

.contenedor img {
    width: 300px;
    margin-bottom: 1rem;
}

.contenedor h1 {
    font-size: 2rem;
    color: #fff;
}

.contenedor p {
    font-size: 1.2rem;
    color: #fff;
}
