body, h3 {
    font-family: "Comic Relief", system-ui;
    font-weight: 400;
    font-style: normal;
    color:purple;
}

li, a{
    font-family: "Comic Relief", system-ui;
    font-weight: 400;
    font-style: normal;
    color: hotpink;
}

html {
  background-color: #000000;
}