body {
    background-color: white;
}

h1 {
    color: #ca9700;
}

a {
    color: blue;
    text-decoration: underline;
}

a:hover {
    color: #323231;
    text-decoration: underline;
}

a:active {
    color: white;
    background-color: #323231;
    text-decoration: underline;
}

p {
    font-size: large;
    color: black;
    text-align: center;
}
