a {
  text-decoration: none;
  color: white;
}

.divide-line {
  margin: 50px 10px;
  border: none;
  height: 1px;
  background-color: gray;
}

.container-paragraph {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}

.container {
  display: flex;
  flex-direction: row;
  margin: 0px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container-title {
  color: #FF7F00;
  font-size: 40px;
  margin-bottom: 20px;
}

.subtitle {
  width: 100%;
  font-size: 20px;
  margin-bottom: 15px;
}

.link-style {
  color: #FF7F00;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
}