* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-family: "Playfair Display",Times New Roman,serif;
}
a {
  text-decoration: none;
  color: #F59E0B;
}
h1 {
  color: #2563EB;
  margin: 0 0 10px;
  font-size: 33px;
}
p {
  margin: 0 0 12px;
}
img {
  height: auto;
  max-width: 100%;
}
