body {
    background-color: #ffffff;
    margin:0px;
    padding:0px;
}

#cabecera {
  margin: 0px;
  width: 100%;
  height: 100px;
  background-color: white;
}

h2,p {
    color: black;
}

#cc {
    margin:0 auto;
    width:100%;
    max-width:400px;
}

img.pequeña {
    width: 50px;
    height: 50px;
}

  img.mediana {
    width: 100px;
    height: 100px;
}

img.grande {
    width: 200px;
    height: 200px;
}

img.logo {
    height: 512px;
    width: 512px;
}

#contenedor {
  margin: 0 auto;
  width: 100%;
}

#img-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
#texto{
  display: flex;
  align-items: center;
  justify-content: center;
}



