 body {
      margin-left: 10%;
      margin-right: 10%;
      background-color:#f3e7f2;
    }

    h1 {
      text-align: center;
    }

    h2 {
      text-align: center;
    }

    h3 {
      text-align: center;
    }

    p {
      text-align: center;
    }

    div {
      text-align: center;
    }

    li {
      text-align: center;
      padding: 2px;
    }

    ul {
      list-style-type: none;
      padding: 0px;
      margin: 0px;
    }

    a.linky {
      text-align: left;
      margin-left: -12%;
      color: crimson;
      background-color: transparent;
      text-decoration: none;
    }

    .container {
      display: flex;
      justify-content: center;
      gap: 4rem;
    }

    .listy {
      display: inline-block;
    }

    a:link {
  color: #f23d97;
  background-color: transparent;
  text-decoration: none;
  }
  a:visited {
  color: #f23d97;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: slateblue;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

