body{
    background-color:rgb(2, 0, 29);
    margin: 0; /* retira as margens */
    font-family:Arial, Helvetica, sans-serif;
}
#container{
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    color: white;
}
header{
    display: flex;
}
#logo{
    flex: 1;
}
#logo img{
    width: 200px;
}
#pesquisar{
    flex: 1;
    text-align: right;
}
#novidades img{
    filter: brightness(60%);
    height: 300px;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
#novidades img:hover{
    filter: brightness(100%);
}
#topSeries img{
    filter: brightness(60%);
    height: 110px;
    margin-right: 20px;
    cursor: pointer;
}
.num{
    color: black;
    text-shadow: rgb(0, 4, 253) 3px 0px 0px, rgb(0, 17, 255) 2.83487px 0.981584px 0px, rgb(0, 4, 255) 2.35766px 1.85511px 0px, rgb(0, 4, 255) 1.62091px 2.52441px 0px, rgb(0, 17, 255) 0.705713px 2.91581px 0px, rgb(0, 26, 255) -0.287171px 2.98622px 0px, rgb(4, 0, 255) -1.24844px 2.72789px 0px, rgb(0, 4, 255) -2.07227px 2.16926px 0px, rgb(0, 17, 255) -2.66798px 1.37182px 0px, rgb(0, 26, 255) -2.96998px 0.42336px 0px, rgb(0, 17, 255) -2.94502px -0.571704px 0px, rgb(0, 17, 255) -2.59586px -1.50383px 0px, rgb(0, 17, 255) -1.96093px -2.27041px 0px, rgb(0, 4, 255) -1.11013px -2.78704px 0px, rgb(0, 4, 255) -0.137119px -2.99686px 0px, rgb(0, 4, 255) 0.850987px -2.87677px 0px, rgb(0, 4, 255) 1.74541px -2.43999px 0px, rgb(0, 4, 255) 2.44769px -1.73459px 0px, rgb(0, 17, 255) 2.88051px -0.838247px 0px;
    font-size: 150px;
    font-weight: bold;
    margin-right: -30px;
}

#topSeries img:hover{
    filter: brightness(100%);
}
.num:hover{
    color: #333;
}
footer{
    text-align: center;
    background-color: rgb(4, 0, 255);
    padding: 90px;
    font-weight: bold;
}
#detalhes{
    display: flex;
}
#sinopse{
    width: 40%;
    padding-right: 20px;
}

#sinopse p{
    text-align: justify;
    line-height: 1.3;
}
#video{
    margin-top: -50px;
    padding: 0;
    width: 125%;
}
#logar{
    margin: 10px 150px 0 0 ;
    background-color: rgb(0, 4, 255);
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}
#logar:hover{
    background-color: rgb(0, 89, 255);
}