html {
    margin: 0
}

body {
    margin: 0
}

body #acc {
    text-align: right;
    color: #fff;
    margin-top: 1em
}

body #acc a {
    background-color: #000;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #ccc
}

body #acc a:hover {
    color: #fff
}

body #acc a:focus {
    color: #fff
}


.bento-item {
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.bento-item:hover {
  transform: scale(1.05);
}

.bento-tall {
  height: 410px;
}

.bento-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

.bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*# sourceMappingURL=style.css.map */