body {
background-color: #191970; /* Midnight Blue */
color: #ffd700; /* Goldenrod */
}
/* Header background and text */
.header {
background-color: #191970; /* Midnight Blue */
color: #ffd700; /* Goldenrod */
}
/* Link color */
a {
color: #ffd700; /* Goldenrod */
}
/* Button background and text */
.button {
background-color: #ffd700; /* Goldenrod */
color: #191970; /* Midnight Blue */
}
/* Example of styling a specific element */
.profile-section {
background-color: #ffd700; /* Goldenrod */
color: #191970; /* Midnight Blue */
border: 2px solid #ffd700; /* Goldenrod border */
}