*{margin :0;}

#divMenu{
    width: 100%;
    height: 125px;
    background-color: #9966FE ;
    display: flex;
    align-items: center;
}

#logoContainer{
    width: 25%;
    height: 125px;
}

h4{
 color: white;
}

#ContainerSelect{
    height: 125px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

a{
    text-decoration: none;
    
}

#MenuPesquisa{
    width: 98%;
    height: 70px;
    background-color: #5F76EB;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

#blocoPesquisa{
    background-color: white;
    width: 20%;
    height: 30px;
}

input{
    width: 100%;
    height: 100%;
}

#divInformation{
width: 50%;
height: 1000vh;
display: flex;
justify-content: center;
align-items: center;
}

#RetrobugBV{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

#divConsolesContainer{
    width: 100%;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#ConsoleMarcas{
    height: 50px;
    width: 200px;
    background-color: #9966FE;
    font-family: "Sixtyfour";
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

#ConsoleMarcas:hover{
    height: 60px;
    width: 210px;
    transition: 0.4s;
    background-color: #000000;
    font-family: "Sixtyfour";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5F76EB;
}

#imagensConsolesCONTAIN{
width: 20%;
height: 100%;
display: flex;
align-items: center;
flex-direction: column;
}

#produtosContainer{
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

#tituloConsole{
    font-family: "Sixtyfour";
    width: 50%;
    font-size: 60%;
}

#ComprarBotao{
    height: 50px;
    width: 200px;
    background-color: #9966FE;
    font-family: "Sixtyfour";
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

#ComprarBotao:hover{
    height: 60px;
    width: 210px;
    transition: 0.4s;
    background-color: #000000;
    font-family: "Sixtyfour";
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(219, 3, 208);
}

#imagensFormatacao{
    width: 20%;
    height: 30%;
}

#section1{
    height: 1000vh;
}

#formatacaoConsolesSnes{
    width: 100%;
    height: 56%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#formatacaoConsolesMega{
    width: 100%;
    height: 52%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#formatacaoConsolesAtari{
    width: 100%;
    height: 54%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#formatacaoConsolesGamewatch{
    width: 100%;
    height: 54%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@font-face {
  font-family: vintagevideogames;
  src: url('vintagevideogames.ttf') format(opentype);
  font-size: normal;
  font-style: normal;
}

#divVintageFont{
    font-family: vintagevideogames;
    font-size: 110px;
    height: 5%;
    
}

@media (max-width: 550px) {
    #divVintageFont{
        font-family: vintagevideogames;
        font-size: 40px;
        height: 5%;
        
    }

    #ConsoleMarcas{
        height: 25px;
        width: 100px;
        background-color: #9966FE;
        font-family: "Sixtyfour";
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

    #formatacaoConsolesSnes{
        width: 100%;
        height: 56%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #formatacaoConsolesMega{
        width: 100%;
        height: 52%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #formatacaoConsolesAtari{
        width: 100%;
        height: 54%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #formatacaoConsolesGamewatch{
        width: 100%;
        height: 54%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #ComprarBotao{
        height: 25px;
        width: 100px;
        background-color: #9966FE;
        font-family: "Sixtyfour";
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

    img{
        height: 90px;
        width: 120px;
    }

    h2{
        font-size: 10px;
    }

    #logoContainer{
        width: 25%;
        height: 110px;
    }

    h4{
        font-size: 10px;
       }
    
       #ContainerSelect{
        height: 125px;
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}

@media (max-width: 1100px) {
    #divVintageFont{
        font-family: vintagevideogames;
        font-size: 62px;
        height: 1%;
        width: 100%;

        
    }

    #ConsoleMarcas{
        height: 40px;
        width: 122px;
        background-color: #9966FE;
        font-family: "Sixtyfour";
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

   h4{
    font-size: 10px;
   }

   #ContainerSelect{
    height: 125px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
  }