html {
  height: 100%;
}

body { 
  min-height: 100vh;
  margin: 0;
  background-color: #1e2129;
}

.header {
  position: relative;
  text-align: center;
  margin: 1px;
}

.header h1 img {
  width: 1363px; /*1870px;*/
  height: 300px; /*700*/
  margin: 1px;
  border-radius: 30px;
}

.pixel-container {
  position: relative;
  text-align: center;
  padding: 1px;
}

.discover {
  font-family: "Tiny5", sans-serif;
  font-size: 70px;
  text-decoration: underline overline;
  color: aliceblue;
  margin: 1px;
  padding: 15px;
}

/* lista de mods */ 

.mods li {
  display: inline-block;
  margin: 10px;
}

.mods img {
  width: 400px;
  height: 400px;
  border-radius: 30px;
  margin-bottom: 20%;
}

.mods img:hover {
  opacity: 0.5;
}

.follow-us{
  font-family: "Tiny5", sans-serif;
  font-size: 30px;
  text-decoration: underline overline;
  color: aliceblue;
  padding-top: 60px;
  margin: 0 ;
  
 
}

.social-media li {
  display: inline-block;
  margin: 1px;
 
}

.social-media img{
  width: 30px;
  height: 30px;
  padding: 1px 1px ;

}

/* rodapé lixo que fix*/

.footer-content {
  /*background-color: #0b0c0f; */
  padding: 10px 70px;
  text-align: center;
  color: aliceblue;
}


.texto-rodape{
  text-align: center;
  padding: 15px;
  margin: 5%;
  /*background-color: #0d0e11; */
}




/* Ipad  e macboock air*/

@media screen and (max-width: 1440px) ,{
  .containerall {
    display: block;
  }

  .header h1 img {
    width:720px;
    height: 350px; 
  }

  .discover {
    
    font-size: 50px;
    padding: 15px;
    margin: 0px;
  }

  
  .mods img {
    width: 200px;
    height: 200px;   
  }

  .texto-rodape{
    text-align: center;
    padding: 5px;

  }


}



/* Androide e Iphone */
@media screen and (max-width: 450px) {
  .containerall {
    display: block;
  }

  .header h1 img {
    width:310px;
    height: 175px; 
  }

  .discover {
    
    font-size: 50px;
    padding: 15px;
    margin: 0px;
  }

  
  .mods img {
    width: 200px;
    height: 200px;   
  }

  .texto-rodape{
    text-align: center;
    padding: 5px;

  }


}
