body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/*Navbar*/

.bar {
  background-color: #333;
  overflow: hidden;
}
.bar a {
  margin-right: 30px;
  float: right;
  color: #b6a7a7;
  padding: 3px 16px;
  text-decoration: none;
  font-size: 17px;
}
.bar a.active {
  margin-top: 6px;
  float: left;
  margin-left: 40px;
  font-weight: bolder;
  font-size: 30px;
}
.bgo {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  margin: 15px;
  justify-content: center;
  color: rgb(255, 255, 255);
}
.bgo h3 {
  font-weight: bolder;
  font-size: 37px;
  margin-bottom: 2px;
}
.bgo p {
  font-size: 12px;

  font-weight: bolder;
}
.bg {
  background: url(./imgs/one.jpg);
  background-size: cover;
  padding: 120px;
  justify-content: center;
  display: flex;
}
.bg .bgo .shop {
  width: 30%;
  margin: auto;
  padding: 15px;

  border-radius: 4px;
  font-size: 15px;
  background: red;
  color: white;
}

/* market */
.market {
  display: flex;
  justify-content: space-around;
  margin: 50px;
}
@media screen and (max-width: 600px) {
  .market {
    margin: auto;
    display: inline;
  }
  .bar a {
    justify-content: space-around;
    margin-top: 8px;
    margin-right: 5px;
    float: right;
    color: #b6a7a7;

    text-decoration: none;
    font-size: 13px;
  }
  .bar a.active {
    margin-top: 2px;
    float: left;
    margin-left: 2px;
    font-weight: bolder;
    font-size: 22px;
  }
}
.camera img {
  width: 100%;
  height: 65%;
}
.camera {
  margin: 20px;
  padding: 2px;
  max-width: 400px;
  text-align: center;
  border: 1px solid rgba(192, 184, 184, 0.5);
}
.camera h3 {
  font-size: 25px;
  margin-bottom: -1px;
}

.watch img {
  width: 100%;
  height: 65%;
}
.watch {
  margin: 20px;
  padding: 2px;
  max-width: 400px;
  text-align: center;
  border: 1px solid rgba(192, 184, 184, 0.5);
}
.watch h3 {
  font-size: 25px;
  margin-bottom: -1px;
}
.shirt img {
  width: 100%;
  height: 65%;
}
.shirt {
  margin: 20px;
  padding: 2px;
  max-width: 400px;
  text-align: center;
  border: 1px solid rgba(192, 184, 184, 0.5);
}
.shirt h3 {
  font-size: 25px;
  margin-bottom: -1px;
}

/* footer */
.footer {
  background-color: rgb(32, 31, 31);
  overflow: hidden;
}
.footer p {
  padding: -111px;
  color: #b6a7a7;
  font-size: 17px;
  text-align: center;
}
