html,
body {
  background-image: url("/assets/img/b5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  object-fit: cover;
  width: 100%;
  min-height: 100vh;
}

@font-face {
  font-family: "happy Med";
  src: url("../font/happy.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "puimek";
  src: url("../font/puimek.ttf") format("truetype");
  font-style: normal;
}
.modal-dialog-scrollable .modal-content {
  max-height: 60% !important;
}

.modal-content {
  border-radius: 15px;
  border: none;
}

.all-of-my-heart {
  padding: 2rem 0rem;
}
.all-of-my-heart .line {
  margin: 1rem 0rem;
}
.all-of-my-heart .header-box {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.749);
  border-radius: 15px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.all-of-my-heart .header-box .home {
  position: absolute;
  right: 15px;
  cursor: pointer;
}
.all-of-my-heart .header-box .profile img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  max-width: 120px;
}
.all-of-my-heart .header-box .profile .bio-text {
  margin-top: 0.5rem;
  font-size: 18px;
  font-family: "puimek";
}
.all-of-my-heart .header-box .profile .bandaid {
  max-width: 30px;
  border: none;
  border-radius: 0;
}
.all-of-my-heart .header-box .profile .heart {
  max-width: 18px;
  border: none;
  border-radius: 0;
}
.all-of-my-heart .header-box .bio-link {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
}
.all-of-my-heart .header-box .bio-link .icon-link {
  font-size: 1.2rem;
  cursor: pointer;
  transition: transform 0.15s;
}
.all-of-my-heart .header-box .bio-link .icon-link img {
  max-width: 40px;
  border: none;
  border-radius: 0;
}
.all-of-my-heart .header-box .bio-link .icon-link .tt {
  background-color: lightgray;
  border-radius: 8px;
}
.all-of-my-heart .header-box .bio-link .icon-link .pp {
  background-color: #ffdfee;
  border-radius: 8px;
}
.all-of-my-heart .header-box .bio-link .icon-link:hover {
  transform: scale(1.2);
}
.all-of-my-heart .link-box {
  padding: 1rem 1rem 1.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.749);
  border-radius: 15px;
  max-width: 800px;
  margin: 0 auto;
}
.all-of-my-heart .link-box .link-title {
  text-align: center;
  font-family: "puimek";
  font-size: 22px;
  line-height: 1.5rem;
}
.all-of-my-heart .link-box .link-title .star {
  max-width: 20px;
  border: none;
  border-radius: 0;
}
.all-of-my-heart .link-box .link-group {
  padding-top: 0.5rem;
  max-width: 600px;
  margin: 0 auto;
}
.all-of-my-heart .link-box .link-group .link-click:hover {
  transform: scale(1.02);
}
.all-of-my-heart .link-box .link-group .link-click {
  margin-top: 1rem;
  background-color: #fddaea;
  color: rgb(0, 0, 0);
  box-shadow: rgba(10, 11, 13, 0.08) 0px 2px 4px 0px;
  overflow: hidden;
  transition: transform 0.15s cubic-bezier(0, 0.2, 0.5, 3);
  border-radius: 50px;
}
.all-of-my-heart .link-box .link-group .link-click .link-bg {
  color: black;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  position: relative;
  width: 100%;
  transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99), border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99), transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99), background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99);
  text-decoration: none;
  padding: 1rem;
  text-align: center;
}
.all-of-my-heart .link-box .link-group .link-click .link-bg .box-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  left: 4px;
  overflow: hidden;
  border-radius: 50px;
}
.all-of-my-heart .link-box .link-group .link-click .link-bg .box-logo .logo {
  display: block;
  height: 100%;
}
.all-of-my-heart .link-box .link-group .link-click .link-bg .text {
  position: relative;
  line-height: 1;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "happy Med";
  font-size: 20px;
}
.all-of-my-heart .descrip-box {
  padding: 1.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.749);
  border-radius: 15px;
  max-width: 800px;
  margin: 0 auto;
}
.all-of-my-heart .descrip-box .descrip-text {
  text-align: center;
  font-family: "happy Med";
  font-size: 18px;
}
.all-of-my-heart .show-box {
  max-width: 800px;
  margin: 0 auto;
}
.all-of-my-heart .show-box .crop-box img {
  border-radius: 15px;
}
.all-of-my-heart .m-title {
  font-size: 23px;
  font-family: "puimek";
  line-height: 1.2;
}
.all-of-my-heart .m-title .icon-com {
  max-width: 25px;
}
.all-of-my-heart .modal-game .game-box {
  align-content: center;
}
.all-of-my-heart .modal-game .text-box .title-g {
  font-family: "happy Med";
  font-size: 18px;
}
.all-of-my-heart .modal-game .text-box .text-g {
  font-family: "happy Med";
  font-size: 15px;
  color: #d9d9d9;
}

/*# sourceMappingURL=style-link2.css.map */
