@font-face {
  font-family: "EF_watermelonSalad";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-EF@1.0/EF_watermelonSalad.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "EF_watermelonSalad";
}

.main_title {
  text-align: center;
}

.margin-button {
  margin: 1rem;
  padding: 1rem 3rem;
  font-family: "EF_watermelonSalad";
  font-size: 1rem;
  background-color: #0b6623;
  color: whitesmoke;
  font-weight: bold;
  border: #0b6623;
}

.button-group {
  margin-bottom: 10px;
  text-align: center;
}

.button-group button {
  margin-right: 10px;
  border-radius: 2rem;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}

.count {
  display: inline;
  margin-left: 5%;
}
.container {
  display: inline-block;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #7e7e7e;
  width: 220px;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 25px;
}

.container:hover {
  transform: scale(1.05);
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
  background-color: white;
}

.image-wrapper {
  width: 200px;
  max-width: 100%;
  height: 180px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.checkbox {
  position: absolute;
  bottom: 104px;
  right: 43px;
}

.text-wrapper {
  width: 100%;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-wrapper h4 {
  margin: 0.5rem;
}

.mt-3 {
  margin-top: 3rem;
}
.mtb-1 {
  margin: 1px 0 1px 0;
}
.mtb-5-3 {
  margin: 0.5rem 0 0.3rem 0;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
