.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Set the container height to full viewport height */
}

img {
  max-width: 100%;
  max-height: 100%;
}

.dty-text {
  font-family: "Impact";
  color: #686b64;
  font-size: 25px;
  text-align: center;
  width: 80%; /* Adjust the width of the text if necessary */
  margin-left: auto; /* Center horizontally */
  margin-right: auto; /* Center horizontally */
  margin-bottom: 20px; /* Adjust margin as needed */
}
