@charset "UTF-8";

body {
  background: bisque;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(81, 41, 13);
  margin: 5%;
}
h1 {
  text-align: center;
}
h1, h2, h3 {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: brown;
}
#squareCookies {
  text-align: center;
}
a {
  color: brown;
}
a:hover {
  color:chocolate;
}
a:active {
  color: orange;
}
hr {
  border: 1.5px;
  border-color: chocolate;
  border-style: dashed;
}
figcaption {
  color: chocolate;
}
img {
  border-radius: 20px;
}