@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,600;0,9..40,800;1,9..40,300&family=DM+Serif+Display&family=Lemon&display=swap");
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

body {
  background-color: #f0e8e2;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #545454;
}

h1, h2, h3 {
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #545454;
}

.heading {
  text-align: center;
  padding: 20px;
}

hr.new {
  border: 1px solid #545454;
  margin: 50px;

}

.container {
  background-color: #f0e8e2;
}

.imageFooter {
  display: flex;
justify-content: center;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)!important;
  border-color: #545454;
}