today i continued working on the rainbow rangers website and added a bit of a better color scheme to the words so they’re are a bit more seeable within the background color here’s the styles css for that and some screenshots
.about-show{
margin: 20px;
padding: 20px;
color: cyan;
font-size: 30px;
text-align: center;
text-decoration: none;
}
.plot{
margin: 20px;
padding: 20px;
color: lightblue;
font-size: 30px;
text-align: center;
text-decoration: none;
}
.original-idea{
margin: 20px;
padding: 20px;
color: lightgreen;
font-size: 30px;
text-align: center;
text-decoration: none;
}
here’s some of the styles css and as seen here the styles has the color for the text and the font size and no text decoration and that the text is aligned in the center of the page

here’s a screenshot of the page with a bit of a better color scheme for the page though i think the plot should have a better color but its still readable and seeable within the background color(magenta)