body {
  background-color: #90c2e7;
}

.profile-img-wrapper {
  width: 100%;
  height: 250px;
}
.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon-circle {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #ffb7c5;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.48);
  margin-top: -28px;
  z-index: 2;
  position: relative;
}
.icon-circle i {
  font-size: 2.7rem;
}
.sakura-pink {
  color: #ffb7c5 !important;
  -webkit-text-stroke: 1px #fff;
}

.background-sakura {
  background-color: #ffb7c5;
}

.profile-img-wrapper-small {
  width: 120px;
  height: 200px;
}
.profile-img-small {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sakura-text {
  border: 1px solid #fff;
  border-radius: 1rem;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.custom-width {
  max-width: 1000px;
}

.star-heart-background {
  background-image: url("assets/heart-star-background.png"); /* Cover the whole element */
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.pink-background {
  background-color: rgba(255, 183, 197, 0.8);
  padding-bottom: 24px;
}

.gauges {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}

.app-icon-wrapper {
  width: 100px;
  height: 100px;
  border: 1px solid white;
}
.app-icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-section {
  background-color: #90c2e7;
  padding: 10px;
  border-radius: 10px;
}

.merit {
  border: 1px solid white;
  border-radius: 20px;
  padding: 5px;
  text-align: center;
  background-color: #4e8098;
}

.screenshot-wrapper {
  width: 100%;
  max-width: 800px;
  height: 450px;
}
.screenshot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.table-custom-style {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid black;
  border-radius: 10px;
}

.table-left-cell-background {
  background-color: #4e8098 !important;
}

.table-right-cell-background {
  background-color: #90c2e7 !important;
}

.table-wrapper {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.pc-download-buttons {
  max-width: 800px;
  margin: 0 auto;
}

.comments-button {
  width: 300px;
  border-radius: 50px;
  border-color: white;
  color: white;
}

.comments-button:hover {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: white;
}

.comments-button .fa-chevron-down {
  color: white;
  transition: transform 0.3s ease;
}

.comments-button:hover .fa-chevron-down {
  color: white;
}

.comments-button[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.comment-item {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1rem;
}

.comment-item:last-child {
  border-bottom: none;
}

.max-width-800 {
  max-width: 800px;
}

.screenshot-wrapper-iphone {
  width: 100%;
  max-width: 215px;
  height: 466px;
  border: 1px solid white;
}

:root {
  --bs-primary: #9c0d38;
}

.btn-primary,
.bg-primary {
  background-color: var(--bs-primary) !important;
  color: white !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.border-primary {
  border-color: var(--bs-primary) !important;
}


.footer-links a {
  color: var(--bs-primary);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
  max-width: 800px;
  margin: 0 auto;
}

.footer-links .footer-link:hover {
  color: #6e0c2a;
  text-decoration: underline;
}


@media (min-width: 1000px) {
  .pink-background {
    padding-bottom: 0px;
  }
  body {
    background-image: url("assets/background.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: white;
  }
}
