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

@media screen and (max-width: 640px) {
  #LinkMenu:hover,
  #LinkMenu:focus {
    background-color: #2980b9;
  }

  #dropdown:hover #dropContent {
    display: block;
  }

  #dropContent {
    display: none;
    margin-left: 10.8rem;
    background-color: #f1f1f1;
    width: 10rem;
    position: absolute;
    border-radius: 2rem;
  }

  #content {
    display: grid;
    grid-template-rows: 6rem 6rem 6rem 6rem 6rem;
    border: 0px solid black;
    margin-left: 2.5rem;
    margin-top: 1rem;
  }

  #drp1 img {
    width: 4rem;
    margin-left: -0.6rem;
    margin-top: -0.5rem;
  }

  #drp2 img {
    width: 3.5rem;
    margin-left: -0.2rem;
    margin-top: -0.4rem;
  }

  #drp3 img {
    width: 2.8rem;
    margin-left: -0.1rem;
    margin-top: -0.4rem;
  }

  #drp4 img {
    width: 4rem;
    margin-left: -0.5rem;
    margin-top: -0.4rem;
  }

  #drp5 img {
    width: 3.8rem;
    margin-left: -0.4rem;
    margin-top: -0.5rem;
  }

  #drp6 img {
    width: 4.5rem;
    margin-left: -0.8rem;
    margin-top: -0.8rem;
  }

  #drp1,
  #drp2,
  #drp3,
  #drp4,
  #drp5,
  #drp6 {
    font-family: "Jacques Francois", serif;
    background-image: linear-gradient(to top left, #000000, #0012b5);
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    margin-bottom: 5rem;
    display: none;
  }

  #dropContent h2 {
    font-weight: 400;
    color: white;
    font-size: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0rem;
    margin-top: -0.5rem;
  }

  #dropContent button {
    background-image: linear-gradient(to top left, #000000, red);
    color: white;
    width: 2.5rem;
    height: 1rem;
    margin-left: 2.3rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
    font-size: 0.4rem;
  }

  #totalCash h2 {
    font-size: 1rem;
    color: black;
    margin-left: 0rem;
    margin-bottom: -0.3rem;
  }

  #totalCash {
    margin-left: 1rem;
    margin-bottom: 1rem;
  }

  #cost {
    padding-top: 0.2rem;
  }

  #drp2 #Amount2 {
    margin-top: -0.7rem;
  }

}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  #LinkMenu:hover,
  #LinkMenu:focus {
    background-color: #2980b9;
  }

  #dropdown:hover #dropContent {
    display: block;
  }

  #dropContent {
    display: none;
    margin-left: 30rem;
    background-color: #f1f1f1;
    width: 10rem;
    position: absolute;
    border-radius: 2rem;
  }

  #content {
    display: grid;
    grid-template-rows: 6rem 6rem 6rem 6rem 6rem;
    border: 0px solid black;
    margin-left: 2.5rem;
    margin-top: 1rem;
  }

  #drp1 img {
    width: 4rem;
    margin-left: -0.6rem;
    margin-top: -0.5rem;
  }

  #drp2 img {
    width: 3.5rem;
    margin-left: -0.2rem;
    margin-top: -0.4rem;
  }

  #drp3 img {
    width: 2.8rem;
    margin-left: -0.1rem;
    margin-top: -0.4rem;
  }

  #drp4 img {
    width: 4rem;
    margin-left: -0.5rem;
    margin-top: -0.4rem;
  }

  #drp5 img {
    width: 3.8rem;
    margin-left: -0.4rem;
    margin-top: -0.5rem;
  }

  #drp6 img {
    width: 4.5rem;
    margin-left: -0.8rem;
    margin-top: -0.8rem;
  }

  #drp1,
  #drp2,
  #drp3,
  #drp4,
  #drp5,
  #drp6 {
    font-family: "Jacques Francois", serif;
    background-image: linear-gradient(to top left, #000000, #0012b5);
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    margin-bottom: 5rem;
    display: none;
  }

  #dropContent h2 {
    font-weight: 400;
    color: white;
    font-size: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0rem;
    margin-top: -0.5rem;
  }

  #dropContent button {
    background-image: linear-gradient(to top left, #000000, red);
    color: white;
    width: 2.5rem;
    height: 1rem;
    margin-left: 2.3rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
    font-size: 0.4rem;
  }

  #totalCash h2 {
    font-size: 1rem;
    color: black;
    margin-left: 0rem;
    margin-bottom: -0.3rem;
  }

  #totalCash {
    margin-left: 1rem;
    margin-bottom: 1rem;
  }

  #cost {
    padding-top: 0.2rem;
  }

  #drp2 #Amount2 {
    margin-top: -0.7rem;
  }

  #drp3 #Amount3 {
    margin-top: -0.7rem;
  }

  #drp4 #Amount4 {
    margin-top: -1.2rem;
  }
}

@media screen and (min-width: 1008px) {
  #LinkMenu:hover,
  #LinkMenu:focus {
    background-color: #2980b9;
  }

  #dropdown:hover #dropContent {
    display: block;
  }

  #dropContent {
    display: none;
    margin-left: 56.5rem;
    background-color: #f1f1f1;
    width: 10rem;
    position: absolute;
    border-radius: 2rem;
  }

  #content {
    display: grid;
    grid-template-rows: 6rem 6rem 6rem 6rem 6rem;
    border: 0px solid black;
    margin-left: 2.5rem;
    margin-top: 1rem;
  }

  #drp1 img {
    width: 4rem;
    margin-left: -0.6rem;
    margin-top: -0.5rem;
  }

  #drp2 img {
    width: 3.5rem;
    margin-left: -0.2rem;
    margin-top: -0.4rem;
  }

  #drp3 img {
    width: 2.8rem;
    margin-left: 0.2rem;
    margin-top: -0.4rem;
  }

  #drp4 img {
    width: 4rem;
    margin-left: -0.5rem;
    margin-top: -0.4rem;
  }

  #drp5 img {
    width: 3.8rem;
    margin-left: -0.4rem;
    margin-top: -0.5rem;
  }

  #drp6 img {
    width: 4.5rem;
    margin-left: -0.8rem;
    margin-top: -0.8rem;
  }

  #drp1,
  #drp2,
  #drp3,
  #drp4,
  #drp5,
  #drp6 {
    font-family: "Jacques Francois", serif;
    background-image: linear-gradient(to top left, #000000, #0012b5);
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    margin-bottom: 5rem;
    display: none;
  }

  #content h2 {
    font-weight: 400;
    color: white;
    font-size: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0rem;
    margin-top: -0.5rem;
  }

  #dropContent button {
    background-image: linear-gradient(to top left, #000000, red);
    color: white;
    width: 2.5rem;
    height: 1rem;
    margin-left: 2.3rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
    font-size: 0.4rem;
  }

  #totalCash h2 {
    font-size: 1rem;
    margin-bottom: -0.3rem;
  }

  #totalCash {
    margin-left: 1rem;
    margin-bottom: 1rem;
  }

  #cost {
    margin-top: -0.1rem;
  }

  #drp3 #Amount3 {
    margin-top: -0.7rem;
  }

  #drp4 #Amount4 {
    margin-top: -1rem;
  }

  #drp5 #Amount5 {
    margin-top: -1rem;
  }

  #drp6 #Amount6 {
    margin-top: -1.3rem;
  }
}
