body { background: linear-gradient(to bottom, #FFB6C1, #FF69B4); /* background-color: #FFC0CB; This is the base pink color */ text-align: center; font-family:Verdana; font-size: 12pt; } h1, h2, h3 { color: #FF69B4; /* This is a brighter shade of pink */ } p { color: #DB7093; /* This is a more muted shade of pink */ } .highlight { background-color: #FFB6C1; /* This is a pale pink */ } a { color: #FF1493; /* This is a deep pink */ } /* You can also use CSS gradients to create different shades of pink */ .gradient-bg { background: linear-gradient(to bottom, #FFB6C1, #FF69B4); } h1 { text-align: center; font-size: 7vw; } h2 { text-align: center; font-size: 6vw; } hr { max-width: 80%; } article { text-align: justify; padding: 2pt; } article p { max-width: 1024px; } article ul { text-align: left; } article img { padding: 2pt; } nav ul