
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
body {
  font-family: "Dancing Script", cursive;
  background-color: #fdf6e3;
  color: #268bd2;
}

p {
  font-size: 18px;
}

h1 {
  color: #23027f;
}

a {
  color: #ad6cc4;
}

a:hover {
  color: #c82742;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: square;
}