body{
    background-color: black;
    margin: 0; /* retira as margens */
    font-family: Arial, Helvetica, sans-serif;
}
#container{
    width: 100%;
    color:blueviolet;
}
header{
    display: flex;
}
#logo{
    flex: 1;
}
#logo img{
    width: 150px;
    padding-left: 30px;
    margin-top: 20px;
}
#divBusca img{
    width: 35px;
    padding-top: 50px;
    padding-right: 30px;
}
#NovidadesdoBTS{
    padding-left: 30px;
}
#NovidadesdoBTS img{
    filter: opacity(50%);
    width: 230px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
#NovidadesdoBTS img:hover{
    filter: drop-shadow(8px 8px 10px rgb(160, 8, 210));
}

#FavoriteArmy{
    padding-left: 30px;
}
#FavoriteArmy img{
    width: 84px;  
    margin-right: 20px;
    filter: opacity(50%);
    cursor: pointer;
}
#FavoriteArmy img:hover{
    filter: drop-shadow(8px 8px 10px rgb(160, 8, 210));
}
.num{
    color:black;
    text-shadow: rgb(147, 86, 216) 3px 0px 0px, rgb(147, 86, 216) 2.83487px 0.981584px 0px, rgb(147, 86, 216) 2.35766px 1.85511px 0px, rgb(147, 86, 216) 1.62091px 2.52441px 0px, rgb(147, 86, 216) 0.705713px 2.91581px 0px, rgb(147, 86, 216) -0.287171px 2.98622px 0px, rgb(147, 86, 216) -1.24844px 2.72789px 0px, rgb(147, 86, 216) -2.07227px 2.16926px 0px, rgb(147, 86, 216) -2.66798px 1.37182px 0px, rgb(147, 86, 216) -2.96998px 0.42336px 0px, rgb(147, 86, 216) -2.94502px -0.571704px 0px, rgb(147, 86, 216) -2.59586px -1.50383px 0px, rgb(147, 86, 216) -1.96093px -2.27041px 0px, rgb(147, 86, 216) -1.11013px -2.78704px 0px, rgb(147, 86, 216) -0.137119px -2.99686px 0px, rgb(147, 86, 216) 0.850987px -2.87677px 0px, rgb(147, 86, 216) 1.74541px -2.43999px 0px, rgb(147, 86, 216) 2.44769px -1.73459px 0px, rgb(147, 86, 216) 2.88051px -0.838247px 0px;
    font-size: 165px;
    font-weight: bold;
    margin-right: -45px;
    filter: opacity(50%);
    cursor: pointer;
}
.num:hover{
    filter: drop-shadow(8px 8px 10px rgb(160, 8, 210));
}
footer{
    text-align: center;
    background-color: blueviolet;
    padding: 40px;
    font-weight: bold;
}
#detalhes{
    display: flex;
}
#sinopse{
    width: 40%;
    padding-right: 10px;
    font-size: 20px;
    line-height: 1.3;
    color:rgb(255, 255, 255);
}
#poster{
    padding-left: 20px;
    width: -10000px;
    margin-top: -50px;
    margin-right: 20px;
    width: 90%;
}
#filme{
    padding-left: 20px;
}
#trailerHappy{
    padding-top: 0px;
    padding-right: -0px;
    padding-left: 0px;
}
#sinopseHappy{
    padding-right: 0px;
    padding-left: 0px;
    color:rgb(255, 255, 255);

}
#filmeHappy{
    padding-left: 20px;
}
#detalhesSaipan{
    display: flex;
}
#sinopseSaipan{
    width: 40%;
    font-size: 20px;
    font-style: normal;
    line-height: 1.3;
    color:rgb(255, 255, 255);
}
#filmeSaipan{
    padding-left: 20px;
}