

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap');

body {
        font-family: 'Roboto Mono', monospace;
        background-image: linear-gradient(90deg, hsla(138, 82%, 69%, 1) 0%, hsla(186, 100%, 50%, 1) 100%);
  }
  h1 {
    margin-top: 5%;
    text-align: center;
    background: -webkit-linear-gradient(90deg, hsla(303, 79%, 76%, 1) 0%, hsla(360, 86%, 67%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  p {
    color: blue;
    text-align: center;
  }

  ul {
      text-align: center;
      list-style-position: inside;
  }
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .a {
  text-align: center;
  }


