body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

.content {
  flex: 1; /* This ensures that the content takes up the remaining space */
  overflow: auto; /* This will introduce scroll if content overflows */
  padding-top: 20px;
  padding-right: 20px;
}

.header {
  margin-bottom: 30px;
}

.center-footer {
  display: flex;
  justify-content: center;
}

.footer {
  padding: 15px 0 0 0;
  font-size: 9px;
}

.button-sections {
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 1000;
}

.character-image {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 100%;
}

.character-image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Styles for desktop */
.left-header {
  height: 10vh;
  display: flex;
  justify-content: flex-start;
  padding-left: 20px;
  width: 100%;
  padding: 0.7rem 0.7rem;
}

.left-header img {
  height: inherit;
}

.left-section, .right-section {
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

/* Styles for mobile */
@media (max-width: 852px) {
  .row>* {
    padding: 0 !important;
  }
  .left-header {
    z-index: 999;
  }

  .under-shadow {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  }

  .left-header img {
    margin-left: auto;
    margin-right: auto;
    height:7vh;
    width: auto;
  }

  .character-image {
    margin-bottom: 0;
  }

  .button-sections {
    margin-bottom: 0.5rem;
  }

  .button-sections img {
    height: 2.5rem;
  }

  .mobile-right,.mobile-left {
    max-height: fit-content;
  }

  #mobile-share {
    height: 2.5rem;
    width: auto;
    margin: auto;
  }

  .success-text {
    text-align: center;
    padding: 1rem;
  }

  .price-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    font-weight: bold;
  }
}
