body{
    background-color:rgb(0, 0, 0);
    margin: 0; /* retira as margens */
    font-family:Arial, Helvetica, sans-serif;
}
#container{
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    color: rgb(255, 255, 255);
}
header{
    display: flex;
}
#logo{
    flex: 1;
    height: 150px;
}
#logo img{
    width: 275px;
    padding-left: 300px;
}
#pesquisar{
    flex: 1;
    text-align: right;
    color: rgb(0, 0, 0);
}
#filmespremiados img{
    filter: brightness(100%);
    height: 340x;
    width: 270px;
    margin-right: 40px;
    margin-bottom: 50px;
    cursor: pointer;
    padding-left: 45px;
}
#filmespremiados img:hover{
    filter: brightness(100%);
}
#achamosquevocevaigostar img{
    filter: brightness(100%);
    height: 340px;
    width: 270px;
    margin-right: 40px;
    margin-bottom: 50px;
    cursor: pointer;
    padding-left: 45px;
    
}
.num{
    color: rgb(255, 255, 255);
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255,255,255) 2.35766px 1.85511px 0px, rgb(255,255,255) 1.62091px 2.52441px 0px, rgb(255,255,255) 0.705713px 2.91581px 0px, rgb(255,255,255) -0.287171px 2.98622px 0px, rgb(255,255,255) -1.24844px 2.72789px 0px, rgb(255,255,255) -2.07227px 2.16926px 0px, rgb(255,255,255) -2.66798px 1.37182px 0px, rgb(255,255,255) -2.96998px 0.42336px 0px, rgb(255,255,255) -2.94502px -0.571704px 0px, rgb(255,255,255) -2.59586px -1.50383px 0px, rgb(255,255,255) -1.96093px -2.27041px 0px, rgb(255,255,255) -1.11013px -2.78704px 0px, rgb(255,255,255) -0.137119px -2.99686px 0px, rgb(255,255,255) 0.850987px -2.87677px 0px, rgrgb(255,255,255).74541px -2.43999px 0px, rgb(255,255,255) 2.44769px -1.73459px 0px, rgb(255,255,255) 2.88051px -0.838247px 0px;
    font-size: 60px;
    margin-right: -5px;
    margin-left: 5px;
    
}

#achamosquevocevaigostar img:hover{
    filter: brightness(100%);
}
.num:hover{
    color:blue ;
}
footer{
    text-align: center;
    background-color: blue
    font-weight bold
}
h1{
    color: white;  
    height: 70px;
    text-shadow: blue 5px 5px 5px;
}
h2{
  color: white;  
  padding-left: 45px;
  height: 70px;
  text-shadow: blue 5px 5px 5px;
} 
h3{
    color: white;
    padding-left: 45px;
    height: 70px;
    text-shadow: blue 5px 5px 5px;
}