.parent-container {
  display: flex;       /* Or display: grid; */
  flex-direction: row; /* Stack vertically. Remove this line to align horizontally. */
  gap: 20px;          /* Creates a 20px gap between all inner divs */
}

.text-end {
  text-align: right !important;
}
body { background: #ffffff; color: #000000; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

body a { color: #212529 !important; }

li a { text-decoration:underline; }

.fs-5 {
  font-size: 1.25rem!important;
}
.ms-3 {
  margin-left:1rem!important;
}
/*# sourceMappingURL=main.css.map */