html,
body {
  margin: 0;
  padding: 0;
  /* background: rgb(32, 137, 236); */
  background: #000204;
}
.modal {
  filter: drop-shadow(0 0 0.95rem white);
}
.modal-content {
  background: #000204;
  color: white;
  font-family: sans-serif;
  font-size: 2.2em;
}
.modal-title {
  text-align: center;
}
.btn {
  background-color: #57bb86;
}
#globe {
  filter: drop-shadow(0 0 0.95rem white);
  cursor: move;
}

#current {
  position: absolute;
  color: white;
  font-family: sans-serif;
  margin-left: 4%;
  padding-top: 4%;
  margin-top: 4%;
}
.color {
  background: grey;
}
h2 {
  color: white;
}
#recipe-div {
  background: whitesmoke;
  margin-left: 2%;
  margin-top: 2%;
  margin-right: 10%;
  margin-bottom: 4%;
}
#recipe-div p {
  color: white;
  padding-bottom: 2%;
}
a {
  color: white;
}
.close {
  color: #57bb86;
}
.close:hover {
  background-color: #ff3796;
}

/* green color is #57BB86 */
/* black color is #000204 */
/* pink color is #ff3796 */
.pic {
  height: 200px;
  width: 200px;
  clip-path: circle();
  /* border-radius: 180px; */
  -webkit-filter: drop-shadow(0 0 0.95rem white);
  filter: drop-shadow(0 0 0.95rem white);
}
