ul {
  list-style: none;
}

@media only screen and (min-width: 1000px) {
    .markdown-body {
        width: 50%;
        margin: 20px auto;
    }
}
