#creditlink{
  text-decoration: none;
  color: rgb(22, 46, 94)
}
#insert{
  width: 115px;
  height: 30px;
  display: flex;
  flex-wrap: nowrap;
  box-shadow: 0 0 5px #000000a6;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  align-items: center;

-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
#insert #text #madeby{
  height: 8px;
  margin: auto;
  color: rgba(0,0,0,0.8);
  font-size: 11px;
}
#insert #picture{
  margin-left: 5px;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
#insert #text #link{
  height: 10px;
  margin: auto;
  font-size: 13px;
}
#insert #text{
  height: 30px;
}
#insert div img{
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
