a:link {
    color: yellow;
    text-decoration: none;
}
a:active {
    color: yellow;
    text-decoration: none;
}
a:hover {
    color: yellow;
    text-decoration: underline;
}
a:visited {
	// picture red
    // color: #FF073A;
    // neon orange rgb(255, 95, 31);
    background-color: rgba(128, 128, 128, 255);
    color: #FF5F1F;
    // blueish
    // color: #FB1F00;
    text-decoration: none;
}
body {
    background-color: black;
    color: white;
}
section {
    margin: auto;
    width: 90%;
}
