* {
  gap: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  background-color: black;
  color: white;
}

.inp {
  border: none;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-top: 0.4px solid rgba(255, 255, 255, 0.205);
  border-left: 0.4px solid rgba(255, 255, 255, 0.205);
  padding: 10px 10px;
  width: 18.5%;
  display: flex;
  margin: 40px auto;
}

.title {
  display: flex;
  justify-content: center;
}
.result {
  display: flex;
  justify-content: center;
}

button {
  color: rgb(255, 255, 255);
  background-color: #f0ecfc;
  background-image: linear-gradient(315deg, #1d1928 0%, #151515 74%);
  padding: 10px 15px;
  border: none;
  transition: all 0.7s;
  cursor: pointer;
  display: flex;
  margin: 40px auto;
}
button:hover {
  color: rgb(0, 0, 0);
  scale: 1.1;
  background-image: linear-gradient(315deg, #f0ecfc 0%, #7e7e78 74%);
}

.MDJAminDiv {
  z-index: 4444;
  position: fixed;
  bottom: 5%;
  left: 2%;
}

.MDJAmin {
  text-decoration: none;
  border-bottom: 1px dashed rgb(204, 204, 204);
  border-top: 1px dashed rgb(204, 204, 204);
  /* border-bottom: 1px dashed rgb(44, 44, 44); */
  /* border-top: 1px dashed rgb(44, 44, 44); */
  padding: 4px 0;
  /* color: rgba(44, 44, 44, 0.525); */
  color: rgba(204, 204, 204, 0.414);
  font-family: monospace;
  font-style: italic;
  font-size: 1.1em;
  transition: all 0.5s;
}

.MDJAmin:hover {
  /* color: #000000; */
  color: white;
}
