body {
    background-color: rgb(20, 28, 29);
  }
  h1 {
    color: rgb(16, 204, 13);
  }
  p {
    color: rgb(16, 133, 65);
  }

  p {
    border: 2px solid rgb(13, 159, 62);
    padding: 30px;
  }

  p {
    border: 2px solid rgb(137, 26, 165);
    margin: 50px;
  }

  body {
    font-family: system-ui;
    background: #161616;
    color: white;
    text-align: center;
  }