.block-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
}

.block-info p {
  margin: 0;
}

.block-button {
  width: 36rem;
  margin: auto;
}

.strange-container {
  background-color: var(--bg-primary-color);
  align-items: start;
  gap: 1rem;
  width: 100%;
}

.strange-container h3 {
  margin: 0;
}

.strange-container input {
  width: 100%;
}

.first-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.first-container > * {
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
}

h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.first-container img {
  max-height: 4rem;
  object-fit: contain;
}

#image-code {
  max-height: 6rem;
  margin-right: auto;
}

#strange-image {
  margin-right: auto;
}
