.body {
  color: #fff;
  background-color: #000;
  margin: 0;
}

.section {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
}

.div_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.div_bg {
  display: inline-flex;
  position: relative;
}

.mbd-logo-link {
  display: block;
  line-height: 0;
}

.mbd-logo {
  display: block;
  width: 90vw;
  max-width: 1400px;
  height: auto;
}

.mbd-logo:hover {
  filter: invert(1) drop-shadow(0px 0px 500px #ffffff);
}

@media screen and (max-width: 767px) {
  .mbd-logo {
    width: 95vw;
  }
}
