@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0}
body{
  background-image: linear-gradient(to right top, #b71919, #c41617, #d21314, #df0f10, #ed090b, #ef0607, #f20304, #f40000, #ec0000, #e30000, #db0000, #d30000);
}
#contenedor{
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;

}
#contenedor img {
  width: 40%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  #contenedor img {
    width: 60%;
  }
}
