body {
    background-color: black;
    color: gold;
}

.div1 {
    text-align: center;
}

img {
    border-style:groove;
    text-align: center;
    border-color: #003B6F;
    border-width: 1px;
}
h1 {
    text-align: center;
}

p {
   text-indent: 100px;
}

a:link {
color: white;
}

a:hover {
    color: yellow;
}

a:visited {
    color: brown;
}