#domestic .d-h1 {
  text-align: center;
  color: skyblue;
}
#domestic .d-h3 {
  color: skyblue;
}
#domestic .d-h4 {
  color: skyblue;
}
#domestic .d-flex {
  display: flex;
  justify-content: space-between;
}
#domestic .d-lr td {
  border-color: skyblue;
}
#domestic .d-table {
  width: 100%;
  border-collapse: collapse;
}
#domestic .d-table th {
  background-color: cornflowerblue;
  color: aliceblue;
}
#domestic .d-table td {
  text-indent: 1rem;
  border: 1px solid skyblue;
  border-color: skyblue;
}
