@import url("https://fonts.googleapis.com/css2?family=Bahiana&family=Orbitron:wght@400..900&family=Quintessential&family=Stack+Sans+Notch:wght@200..700&family=Stalinist+One&display=swap");

body {
  background: #ca74ca;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 4rem;
  display: flex;
  justify-content: center;
  font-family: "Quintessential", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #ffa6fb;
  padding: 20px;
  border: solid 10px black;
}

a {
  text-decoration: none;
  color: black;
  background: #76438f;
  padding: 10px;
  border: 2px solid black;
  font-family: "Stack Sans Notch", sans-serif;
  justify-content: center;
  display: flex;
}

a:hover {
  background: #dd94ff;
}

img {
  max-width: 100%;
  margin-bottom: 100px;
}
h2 {
  text-align: center;
  font-size: 3rem;
}

ul {
  padding: 10px;
}

li {
  padding: 10px;
  font-size: 1.4rem;
}

p {
  font-size: 1.5rem;
  background: #8c428c;
  border: 2px solid black;
  padding: 15px;
}

#Persona {
  font-family: "Orbitron", sans-serif;
}
#TWD {
  font-family: "Bahiana", sans-serif;
  font-weight: 400;
  font-size: 5rem;
}
#Cyberpunk {
  font-family: "Stalinist One", sans-serif;
  font-weight: 400;
}
#Links a {
  background: none;
  border: none;
  padding: 0px;
  display: inline;
  font-size: 1.3rem;
  text-decoration: underline;
}
#Links a:hover {
  text-decoration: wavy;
  color: white;
}
