body {
  min-height: 100vh;
  background: #1d160b url("../image/bg.png") no-repeat center/contain;
}
.main-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
.navbar .nav-item {
  margin: 010px;
}
.nav .nav-item a {
  color: #999;
}
.nav .nav-item .active {
  color: #fff;
}
.banner-text {
  margin-top: 100px;
  color: #fff;
  font-size: 30px;
}
.store-btns {
  margin-top: 100px;
}
.store-btns img{
  display: inline-block;
  margin:15px;
}

.mobile-menu {
  font-size: 30px;
  color: #fff;
}
.footer {
  color: #fff;
  padding: 20px;
  text-align: center;
}
