body {
  background-color: #fff5e1;
  font-family: "Segoe UI", Arial, sans-serif;
  margin: 0px;
  color: #781c68;
}
hr {
  border-style: none;
  border-bottom-style: dotted;
  border-color: #ffd39a;
  border-width: 10px;
  width: 10%;
}
p {
  color: #319da0;
}
