:root {
    --bs-font-sans-serif: -apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

.bg-yellow {
    background-color: #feeb00;
}

a:link {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}
h1 {
  color: black;
  font-family: helvetica;
  font-size: 200%;

}
h3  {
  color: red;
  font-family: helvetica;
  font-size: 140%;
}

h5  {
  color: black;
  font-family: helvetica;
}

p  {
  color: black;
  font-family: helvetica;
}
