@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");

body {
  background: #f1eef2;
}

.container {
  background: white;
  border-radius: 20px;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 640px;
  border: 2px solid #d5caca;
}

@media only screen and (max-width: 600px) {
  .container {
    border-radius: 0px;
    border: none;
    margin: 0px;
    width: 100%;
  }
}

.src-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 1rem;
  max-width: 100%;
  overflow-x: auto;
}

.img {
  width: 500px;
  height: 500px;
}

.selection-box {
  position: absolute;
  transition: all 0.5s ease;
}

.output-grid {
  display: grid;
  grid-gap: 0px;
}

.grid-item {
  width: 100px;
  height: 100px;
}

.sub-image {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
  margin: 5px;
}

.logo {
  font-family: "Lobster", cursive;
  font-size: 2.5rem;
  padding: 2rem;
  border-bottom: 2px solid #d5caca;
  color: #5c0895;
  transition: all 1s ease;
}

.logo .sub-text {
  color: orange;
}

.logo:hover {
  padding: 2rem 4rem 2rem 4rem;
}

.image-box {
  width: 200px;
  height: 200px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1eef2;
  color: #a4a4a4;
  font-size: 14px;
  transition: all 1s ease;
  border-radius: 10px;
  border: 1px;
  background-size: cover;
}

.alt-img {
  cursor: pointer;
  transition: all 0.3s ease;
}

.alt-img:hover {
  margin-top: -30px;
}

.footer {
  padding: 1rem;
  color: rgb(179, 178, 178);
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

.desc {
  font-size: 12px;
  color: #9fc1a1;
}

.prev-img-box {
  border: 1px;
  background-size: cover;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  display: block;
}

.img-button {
  width: 100%;
  text-align: center;
  align-self: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.5s ease;
  color: white;
  background: rgba(27, 0, 217, 0.4);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.img-button:hover {
  background: rgba(27, 0, 217, 0.8);
}

.mt-3 {
  margin-top: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.flex-column {
  flex-direction: column !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.text-center {
  text-align: center !important;
}

.d-none {
  display: none !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.img-container {
  margin-top: 1rem !important;
}

.sub-img-container {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hidden {
  display: none !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.width-32 {
  width: 32px !important;
}

.height-32 {
  height: 32px !important;
}
