body {
  font-family: "DM Sans", sans-serif;
  background-color: #000 !important;
  color: #fff !important;
}

.navbar {
  background-color: #34343D;
}

h1 {
  font-size: 55px !important;
}

.section-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/anime.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
}
.section-1 a {
  text-decoration: none;
  background-color: #01BCF3;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: bolder;
}

.movie-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  width: 30rem;
}

.movie-card-contenido {
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 12px;
}

.movie-card-titulo {
  margin: 0;
  font-size: 1rem;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.card-img-top {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0%;
}

.card {
  border-radius: 0%;
  border: none !important;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */