body {
  margin: 0;
  background-color: #000000;
  background-image: none;
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  min-width: 950px;
}

header {
  width: 950px;
  display: flex;
  background-color: #000000;
  height: 100px;
  justify-content: space-evenly;
  align-items: self-end;
  margin: auto;
}

.logo {
  height: 100%;
  object-fit: contain;
}

.content-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  background-color: #000000;
  width: 1060px;
  min-height: 555px;
  margin-left: auto;
  margin-right: auto;
}

.bc-img {
  object-fit: cover;
  width: 500px;
}

.content-wrapper {
  width: 600px;
  margin: auto;
}

.content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  justify-content: center;
  text-align: center;
}

.image-viewport {
  margin: auto;
  display: flex;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.shadow {
  background-image: url(/images/image_box_shadow_bottom.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 20%;
  min-width: 500px;
  min-height: 200px;
  position: absolute;
  opacity: 200%;
  top: 415px;
}

.bottom {
  position: absolute;
  bottom: 0;
  font-size: 7px;
  color: #333;
  text-align: center;
}
