body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-image: url("./assets/giphy2.gif");
  background-size: 120px;
}
.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 1em;
}
.header > h1 {
  /* color: rgb(142, 12, 114); */
  color: rgb(255, 255, 255);
  display: inline-block;
  text-shadow: 2px 10px 15px rgb(25, 8, 71);
  -webkit-text-stroke: 0.5px rgba(230, 143, 12, 0.747);
  font-size: 1.7em;
}
.header > img {
  border-radius: 50%;
  width: 60%;
  height: 60%;
  border: 0.5px solid rgb(142, 12, 114);
  box-shadow: black 0px 2px 100px 0px;
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
ul {
  list-style-type: none;
  box-sizing: border-box;
  margin: auto;
  padding: 1.3em;
}

li {
  box-shadow: rgb(25, 8, 71) 5px 5px 70px 10px;
  border: 1px solid rgba(230, 143, 12, 0.747);
  background-color: rgba(11, 42, 68, 0.836);
  margin: 12%;
  padding: 4%;
  border-radius: 40px;
  text-align: center;
  backdrop-filter: blur(10px);
}
a {
  color: rgb(252, 252, 252);
  text-decoration: none;
}
