/*LAYER DE HUB*/

body{
background: url("../assets/backgrounds/hub_background.jpg");
background-repeat: repeat;
background-size: 700px;
}

header{
  top: -32px;
}

section div img.article-image{ 
  position: absolute;
  left: 1rem;
  bottom: -2rem;
  width: 2em;
}

.no-ai{
  z-index: 3;
  height: min-content;
  position: absolute;
  top: 20px;
  right: 10px;
}

main section > p:last-of-type:after{
  display: inline-block;
  width: 64px;
  height: 40px;
  content: "";
  background-image: url(../assets/cat.gif);
  background-size: cover;
}

div.badge{
  margin-top: 210px;
  margin-left: 40vw;
  display: grid;
  align-content: center;
  grid-auto-flow: row;
  bottom: 0px;
  width: fit-content;
  left: 50%;
}

div.badge p{
  width: 100%;
  display: inline-block;
  padding: 0px;
  text-align: center;
  text-indent: 0px;
  margin: 0px;
}

div.badge a{
  justify-self: center;
  display: block;
  background-image: url(../assets/badge.gif);
  width: 88px;
  height: 31px;
  content: "";
  image-rendering: pixelated;
  transition: all 5s linear;
}

.below-header-grid div.badge a:hover{
  transform: scale(2);
}

@media screen and (max-width:1000px){
img.no-ai{
  display: none;
}  
}
