* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  text-transform: none;
}

body {
  background-color: rgb(17, 17, 17);
}

div#imagem {
  background-image: url(imagens/nos.webp);
  background-size: cover;
  background-position: center center;
  width: 99%;
  height: 298px;
  border-radius: 5px;
  box-shadow: 1px 1px 8px rgba(146, 146, 146, 0.274);
  display: inline-block;
}

img#logo {
  position: absolute;
  bottom: 93%;
  top: -1%;
  size: 5px;
  width: 86px;
}
/* h5#navegar {
  color: white;
  position: absolute;
  bottom: 94.4%;
  left: 25%;
  font-size: 1rem;
} */

#lupa {
  position: absolute;
  top: 2.3%;
  left: 78%;
  color: white;
  width: 30px;
}

#sino {
  position: absolute;
  top: 2%;
  left: 70%;
  color: white;
}
div#icon {
  background-image: url(imagens/amor.jpg);
  background-position: right right;
  background-size: cover;
  position: absolute;
  top: 2%;
  left: 87%;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

p#titulo {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 1.5em;
  text-transform: uppercase;
  position: absolute;
  top: 13%;
  left: 3%;
}
p#subtitulo {
  color: white;
  font-size: 0.8em;
  position: absolute;
  top: 25%;
  left: 3%;
}

div#play {
  display: inline-block;
  color: black;
  background-color: white;
  width: 90px;
  height: auto;
  position: absolute;
  top: 31%;
  left: 3%;
  border-radius: 3px;
  text-align: center;
  font-size: 1.3em;
  padding: 5px;
}

#container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  font-size: 1.2em;
  margin-top: 10px;
}

#container2 img {
  width: 155px;
  margin: 10px;
  height: 275.55px;
  border-radius: 1px;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.136);
}
#titleDiv {
  text-align: center;
}

.film {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.enter{
  display: flex;
  flex-direction: column;
}

/* ul#tp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30%);
  display: flex;
}

p#alta {
  color: white;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-241%, 110%);
}

ul#tp img {
  width: 155px;
  margin: 10px;
  border-radius: 1px;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.136);
}

p#novamente {
  color: white;
  font-size: 1.2em;
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translate(-92%, -50%);
}

ul#sp {
  position: absolute;
  top: 94%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

ul#sp img {
  width: 155px;
  margin: 10px;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.136);
} */
