@media screen and (max-width: 360px) and (max-height: 780px),
  (max-width: 599px),
  (min-width: 360px) and (max-width: 780px),
  (min-width: 600px) and (max-width: 799px),
  (min-width: 800px) and (max-width: 1024px) {
  .card-container {
    width: 90%;
    background-color: #ffffff;
    padding: 15px;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;

    border-radius: 0.8em;
  }

  img {
    width: 185px;
    margin: auto;
    filter: drop-shadow(0 0.3em 0.9em rgba(0, 0, 0, 0.25));
    border-radius: 25%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1024px),
  (min-width: 1025px) and (max-width: 1399px),
  (min-width: 1400px) {
  .card-container {
    width: 90%;
    background-color: #ffffff;
    padding: 15px;
    position: inherit;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;

    border-radius: 0.8em;
  }
}

body {
  background-color: #dceef9;
  height: 450px;
}

h3 {
  text-align: center;
  width: 60%;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.8em;
  color: #010c39;
}
.draggable-objects,
.drop-points {
  display: flex;
  justify-content: center;
  padding: 5px;
}
.draggable-image {
  cursor: move;
}
img {
  width: 280px;
  margin: auto;
  filter: drop-shadow(0 0.3em 0.9em rgba(0, 0, 0, 0.25));
  border-radius: 25%;
}

.controls-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 135, 165);
  flex-direction: column;
  top: 0;
}
.controls-container button {
  font-size: 25px;
  padding: 40px;
  border-radius: 0.2em;
  border: none;
  outline: none;
  color: #010c39;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.controls-container p {
  color: #ffffff;
  font-size: 2em;
  margin-bottom: 1em;
}
.hide {
  display: none;
}
#shuffle-card {
  margin: auto;
  display: block;
  width: 100px;
  height: 60px;
  font-size: 20px;
  background-color: rgb(184, 194, 192);
}
