body {
    font-size: 2rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  h1 {
    color: deeppink;
    -webkit-text-stroke: 2px black;
    text-stroke: 2px black;
    margin: 0;
    font-weight: 900;
  }
  a {
    color: black;
    color: deeppink;
    -webkit-text-stroke: 2px black;
    text-stroke: 2px black;
    font-weight: 900;
  }
  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  ul {
    text-align: left;
    list-style-type: none;
    font-size: 1.5rem;
  }
  li {
    margin-bottom: 1rem;
  }