@charset "utf-8";
li {
  text-decoration: none;
}
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: -210px;
  margin-left: 100px;
  height: auto;
  width: auto;
}
* {
  margin: 0;
  padding: 0;
  background-image: url("https://mdn.mozillademos.org/files/6457/mdn_logo_only_color.png");
}
div
{
  width: auto;
  height: auto;
}
a{
  text-decoration: none;
}
