body{
    background-image: url(imagens/Fundo\ siite\ 2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

nav{
    background-color: #b61c1c;
    font-size: 35px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    border: solid #44acdb 7px;
    border-radius: 35px;
}

nav a{
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
}

.container {
  position: relative; /* Define o contexto */
  display: inline-block;
}

.base {
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute; /* Tira do fluxo normal */
  top: 20px; /* Distância do topo */
  left: 20px; /* Distância da esquerda */
  z-index: 10; /* Garante que fique por cima */
}

#pokedex{
    margin-left: 580px;
    margin-top: 100px;
    width: 700px;
}

#eu{
    margin-top: 201px;
    width: 297px;
    height: 309px;
    margin-left: 580px;
}

#branco{
    margin-left: 966px;
    height: 332px;
    margin-top: 216px;
    width: 265px;
}

#info{
    margin-left: 967px;
    margin-top: 221px;
}