
body {
  background: url('https://i.imgur.com/4P9dLT4.jpeg') repeat;
  color: #ffccff;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  text-align: center;
  padding: 20px;
}

nav {
  background-color: rgba(255, 105, 180, 0.7);
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 12px;
  font-size: 18px;
}

nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

h2 {
  color: #ffb6c1;
  text-shadow: 1px 1px 2px #fff;
}

blockquote {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px;
  border-radius: 10px;
  border: 2px dashed #fff;
  display: inline-block;
  max-width: 400px;
  margin: 20px auto;
}

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

ul li {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px;
  margin: 5px auto;
  width: fit-content;
  border-radius: 8px;
}

img {
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px pink;
}

.glitter-bg {
  background: url('https://i.imgur.com/7KNJeph.jpeg') no-repeat center center fixed;
  background-size: cover;
}
