.scroll-img {
  display: block;
  margin: 0 auto;
  width: 200px;
}

.gallery1 {
  margin-left: 24px;
  margin-right: 24px;
}


@media (max-width: 768px) {
  .scroll-img {
    width: 150px;
  }
}

@media (max-width: 500px) {
  .scroll-img {
    width: 120px;
  }
}


@media (max-width: 576px) {
  .gallery1 {
    margin-left: 36px;
    margin-right: 36px;
  }

}

/* Emojis */

.emoji-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center
}

.emoji-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline-offset: 2px;
}

.emoji-button img {
  width: 80px;
  height: auto;
  opacity: 0.1;
  transition: opacity 0.2s ease;
}

.emoji-button:not(.inactive) img {
  opacity: 1;
}

.emoji-button:focus {
  outline: 2px solid #000;
}

.emoji {
  width: 70px;
  height: 70px;
  margin-bottom: 6px;
}

.emoji img {
  width: 100%;
}



.row.center.align-items-center {
  align-items: center;
}

.row.center.align-items-center img {
  max-width: 80px;
  padding: 3px;
}


.row.center.align-items-center .input-table {
  margin: 0.5em;
}


.form-check-label {
  white-space: normal;
  padding-left: 24px;
}

.form-check input {
  position: absolute;
  top: 4px;
}
