/* Reset some default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  font-weight: 400;
}

header {
  background-color: #a88006;
  background-image: ;
  color: #51267a;
  padding: 10px 0;
  text-align: center;
}

.header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  margin: 0;
}

.header-content h1 {
  font-size: 36px;
  font-family: serif;
  font-weight: 900;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.5px;
}

.header-image img {
  height: 84px;
}

main {
  padding: 10px;
  background-color: #000000;
  margin: ;
}

.sticker-sheet {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  gap: 0px;
  width: 100%;
  font-weight: 700;
}

.sticker-box {
  background-color: #000000;
  padding: 10px;

  width: 33.33%;
}

.sticker {
  padding: 10px;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.sticker img {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.label-left,
.label-right {
  font-size: 13px;
  margin-top: 5px;
  position: absolute;
  bottom: 5px;
  font-weight: 800;
}

.label-left {
  left: 10px;
}

.label-right {
  right: 10px;
}

.sticker-pair {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  border: solid;
  border-color: #f0f0f0;
  border-radius: 8px;
}

.label-group {
  display: flex;
  justify-content: space-around;
}

#left1 {
  left: -70px;
}

#left2 {
  left: 40px;
}

#right1 {
  right: -80px;
}

#right2 {
  left: 110px;
}
#anomaly {
  background-color: #fff;
  padding: 10px;

  width: 33.33%;
}

.links {
  padding: 30px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1280px) and (min-width: 820px) {
  .label-left,
  .label-right {
    font-size: 12px;
  }
  .sticker-pair {
    border-radius: 8px;
  }
  .sticker-sheet {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    gap: 0px;
    width: 100%;
  }

  .sticker-box {
    background-color: #000000;
    padding: 10px;

    width: 50%;
  }

  .sticker {
    padding: 10px;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }

  .sticker img {
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .header-content h1 {
    font-size: 32px;
    font-family: serif;
  }
}
@media screen and (max-width: 820px) {
  .sticker-box {
    width: 100%;
  }
  .sticker-pair {
    border-radius: 8px;
  }
  .header-content h1 {
    font-size: 26px;
    font-family: serif;
  }
  .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    margin: 0;
  }

  .header-image img {
    height: 60px;
  }
}
