* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #1D2521;
}

.menu-item {
  margin-left: 50px;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  order: 1px solid red;
  width: 400px;
  height: 300px;
}

.block {
  position: absolute;
  width: 100%;
  height: 100%;
}

.b-1 {
  background: url("/assets/images/im1.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.b-2 {
  background: url("/assets/images/im2.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.b-3 {
  background: url("/assets/images/im3.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.b-4 {
  background: url("/assets/images/im4.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.b-5 {
  background: url("/assets/images/im5.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.b-6 {
  background: url("/assets/images/im6.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.b-7 {
  background: url("/assets/images/im8.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 50vh;
  bottom: -10rem;
  background: #1D2521;
}

.title {
  margin-top: 10rem;
  text-align: center;
  font-family: "Canopee";
  font-size: 5em;
  color: #F1F3F2;
  overflow: hidden;
}

.title .letter {
  display: inline-block;
  line-height: 1em;
}
