html,
body {
  margin: 0;
  padding: 0;
  /* background: rgb(32, 137, 236); */
  background: #000204;

  color: white;
  font-family: sans-serif;
}
.card {
  background: #000204;
  -webkit-filter: drop-shadow(0 0 0.95rem white);
  filter: drop-shadow(0 0 0.95rem white);
}
.jumbotron {
  background: #000204;
  -webkit-filter: drop-shadow(0 0 0.95rem white);
  filter: drop-shadow(0 0 0.95rem white);
}

.mb-3 {
  background: #57bb86;
  -webkit-filter: drop-shadow(0 0 0.55rem white);
  filter: drop-shadow(0 0 0.55rem white);
}
.btn {
  background-color: #57bb86;
}
/* taking care of the input drop down for iphones  */
input,
select,
textarea {
  -webkit-user-select: text;
}
a {
  color: #ff3796;
}
.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.pic {
  width: 200px;
  height: 200px;
  border-radius: 180px;
  -webkit-filter: drop-shadow(0 0 0.95rem white);
  filter: drop-shadow(0 0 0.95rem white);
}
/* .modal {
  filter: drop-shadow(0 0 0.95rem white);
}
.modal-content {
  background: #000204;
  color: white;
  font-family: sans-serif;
  font-size: 2.2em;
}
.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;
} */
/* green color is #57BB86 */ /* black color is #000204 */
/* pink color is #ff3796 */
