section#shapes-menu {
  background-color: white;
  display: none;
  left: 20px;
  margin-top: -220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  width: 200px;
}
section#shapes-menu ul#shapes {
  list-style: none;
}

section#shapes-menu ul li a{
  text-decoration: none;
  color: grey;
  padding-left: 20px;
  padding-right: 20px;
  margin: 30px;
}

section#shapes-menu ul li a:hover{
  background-color: lightgrey;
  color:black;
border-radius: 10px;
}

section#shapes-menu ul li input#url-img{
  margin-left: 20px;
  border: 1px solid grey;
  border-radius: 5px;
  width: 80%;
}
