body {
    font-size: 2rem;
}

img {
    padding: 5rem;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
li {
    display: inline-block;
    padding-left: 1rem;
    margin-bottom: 1rem
    text-indent: -0.7rem;
    width: 100%;
    border-bottom: 1px solid;
}
li::before {
    content: "🌟 ";
}
a {
    text-decoration: none;
}

