body {
  background-color: #1b1b1b;
}

.photos {
  width: 361px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .photos {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .info-photos {
    text-align: center;
  }
}

nav {
  background-color: #000;
  border-right: 1px solid #202124;
  color: white;
}

.navbar .navbar-brand h5,
.card-body {
  color: white;
  display: inline-block;
}

.container-card {
  position: relative;
}

.photos:hover {
  transform: scale(1);
}

.carousel-item {
  max-height: 650px;
}

footer {
  background-color: #000;
  height: 100px;
  color: gray;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-delete {
  position: absolute;
  top: 9px;
  right: 20px;
  background: none;
  border-radius: 4px;
  border-style: none;
  padding: 5px;
}
@media (max-width: 767px) {
  .button-delete {
    right: 41px;
  }
}

@media (max-width: 767px) {
  .carousel-inner {
    margin-top: 114px;
  }
}

/*# sourceMappingURL=style.css.map */
