body {
    background-color: #000;
}

.wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
    min-height: 90vh;
}

@media screen and (max-width: 650px) {
    .wrapper {
        min-height: 100%;
        padding-top: 80px;
    }
}

/* dunk cam */

.dunkcam {
  background-color: #000000;
  border: 1px solid #fff;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: monospace;
  justify-content: center;
  position: relative;
}

.dunkcam_rec {
  align-items: center;
  display: flex;
  gap: 5px;
}

.dunkcam_dot {
  background-color: #ff2b2b;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.dunkcam_header, .dunkcam_footer {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 15px;
  text-transform: uppercase;
}

.dunkcam_photo {
  height: auto;
  margin: 0 30px;
  position: relative;
  width: 300px;
  height: 200px;
  object-fit: cover;
}
