#contenedor-header{
    border-radius: 20px;
    padding: 15px;
    display: flex;
}
#header-titulos{
    letter-spacing: 20px;
    text-align:center;
    width: 200%;
    color: black;
    background: white;
    font-size: x-large;
    font-family:inherit;
    border-radius: 40px;
}

#js{
    border-style: groove;
    border-color: black;
    border-radius: 40px;
    padding: 30px;
    border-style: solid;
    text-align: center;
}
body{
    text-align: center;
    background: url("../imagenes/array.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}