@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Festive&family=Style+Script&display=swap');
body {
background-color: rgb(255, 255, 255);;
}
footer{background-color: rgb(164, 210, 222);
padding: 50px;}
h1, h6, h2{
  text-align:center;  color: #d87093;
}
h1{font-family: "Festive", cursive;}
h6, h2{ font-family: "Style Script", cursive;}
header{padding: 50px;background-color: rgb(164, 210, 222);}
p, li { text-align:center;  color: rgb(210, 152, 241); font-family: "Bitter", serif;}
nav, article, aside{border-bottom: 2px solid rgb(243, 243, 115);}
nav a{text-decoration: none;color: #d87093;}
img{display: block; margin: 0 auto;}