p:first-child {
color: blueviolet;
width: 100%;
position: relative;left: 10px;
}
p {
color: grey;
width: 100%;
position: relative;left: 10px;
}
h1 {
color: yellow; position: relative;left: 0px;text-align: center;
}
h2 {
color: red; position: relative;left: 9px;
text-align: center;
}
h3 i:first-child {
color: greenyellow;
}
/* mouse over link */
a:hover {
color: red;
}
/* selected link */
a:active {
color: green;
}
/* unvisited link */
a:link {
color: green;
}
/* visited link */
a:visited {
color: black;
}
/* selected link */
a:active {
color: red;
}
h3, h4 {
text-align: center;
color: pink;
}
h5, h6 {
text-align: center;
color: red;
}
