/* FOOTER HTML */

footer {
  display: flex;
  margin-top: 100px;
  background-color: rgba(77, 109, 212, 0.5);
  border: 2px solid rgb(225, 53, 53);
  box-shadow: 0 12px 50px rgba(225, 53, 53, 0.9);
  color: white;
  min-height: 200px;
  align-items: center;
  margin-top: auto;
  width: 100vw;
}

footer a {
  text-decoration: none;
  color:var(--white);
}

footer a:hover {
  color: var(--black);
 text-decoration: underline;
}

.links-footer {
  display: flex;
  flex-direction: row;
  align-items: center; 
  justify-content: center; 
  flex-wrap: wrap; 
  width: 100%;
}
.links-footer > div {
  margin-right: 10px; 
}

.unten {
  width: 100%; 
  text-align: center; 
  margin-top: 10px; 
}


/*MediaQuery*/
@media (max-width: 1300px) {
  header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

 
}


.footer-img {
  width: 150px; 
  height: 50px;;
 
}
.unten {
  margin-top: 10px;
}

img.pokedex{
height: 100px ;
}