@import url("color-scheme.css");

.index-title {
  border-style: solid;
  border-width: 5px;
  border-color: var(--sunflower-gold);
  background-image: linear-gradient(to bottom, var(--sunflower-gold), var(--porcelain));
}

.index-intro {
  border-style: solid;
  border-width: 5px;
  border-color: var(--medium-slate-blue);
  background-image: linear-gradient(to bottom, var(--medium-slate-blue), var(--porcelain));
}