#draggingItem {
    height: 10%;
    width: 10%;
    background-color: #ffffff22;
    border-radius: 10px;
    position: absolute;
    display: grid;
    justify-content: center;
    place-items: center;
}

#text {
    text-align: center;
    display: grid;
}
body {
  color: #eaeaea;
  background: #303033;
  font-family: sans-serif;
}
body a {
  color: #809fff;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #0e0e0e;
}

ulm {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 800px;
  background-color: #0e0e0e;
}

li a {
  display: block;
  color: #eee;
  padding: 8px 16px;
  text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
  background-color: #222;
  color: white;
}
span {
    display: inline-block;
    width: 400px;
    height: 200px;
    font-size: 16px;
    background: #303033;
    color: #eaeaea;
	text-align: left;
}