ul{
  margin: 0;
  padding: 0;
}

li
{
  list-style: none;
}
.ulstyle
{
  width: 50px;
  height: 200px;
  border-style: solid;
    border-color: pink;
    font-family: fantasy;
    font-size: 20px;
}
img{
  float: left;
  margin-top: -230px;
  margin-left: 100px;
  height: auto;
  width: auto;
}
* {
  margin: 0;
  padding: 0;
}
div
{
  width: auto;
  height: auto;
}
a{
  text-decoration: none;
}
