@media (max-device-width: 1000px) and (min-device-height:300px) {
  * {
    box-sizing: border-box;
    margin: 0;
  }

  body {
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s;
    overflow-x: auto;
    overflow-y: auto;
    max-width: 100%;
  }

  .homepageimage {
    display: none;
    background-image: url();
  }

  .dictinaryDetailsContainer {
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    height: 450px;
    width:100%;
    flex-direction: column;
    transition: all 0.5s;
    gap: 50px;
    margin-bottom: 0px;
    margin-top: 30px;
  }

  .logo {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .contact {
    display: none;
  }

  .name {
    font-size: xx-small;
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }

  .hr {
    display: none;
  }

  .in1 {
    margin-top: 20px;
  }

  .btn1 {
    margin-top: 10px;
  }

  .hr {
    display: none;
    opacity: 0
  }

}