h1 {
    background-color: purple;
    color: gold;
    font-weight: bold;
    text-align: center;
}

nav a {
    background-color: purple;
    color: gold;
    text-decoration: none;
    font-weight: bold;
    margin: 0 15px;
}
nav a:hover {
    background-color: gold;
    color: purple;
}

body {
    background-color: skyblue;
}
p {
    background-color: gold;
    color: purple;
    font-weight: bold;
    text-align: center;
}

h1 {
    background-color: purple;
    color: gold;
    font-weight: bold;
    text-align: center;
}

h2 {
    background-color: purple;
    color: gold;
    font-weight: bold;
    text-align: center;
}

form {
    background-color: purple;
    color: gold;
    font-weight: bold;
}

label {
    background-color: purple;
    color: gold;
    font-weight: bold;
}