* {
  margin:0px;
  padding: 0px;

}

body {
  background-image: url("../img/trama_hexagonos_hex.png");
  font-family: 'Rubik', sans-serif;
  height: 100%;
  width: 100%;
}

header {
  height: 100%;
  width: 100%;
  position: absolute;
}

.centro {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../img/123.png");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row ;
  flex-wrap: wrap ;
  justify-content: space-around ;
  align-items: center ;
  align-content: center ;

}

.foto {
  position:static;
  width:100%;
  height: 500px;
  color: #fff;
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row ;
  flex-wrap: wrap ;
  justify-content: space-around ;
  align-items: center ;
  align-content: center;
}

h1 {
  background-color: #448ef6
}
