img {
    width: 300px;
    height: auto;
}

header {
    color: darkblue;
    text-align: center;
    background-color: darkblue;
    border: 2px solid;
    border-radius: 20px;
    border-color: black;
}

nav {
    background-color: darkblue;
    margin-top: 10px;
    border-radius: 10px;
    border: 2px solid;
}

div {
    background-color: darkblue;
    text-align: center;
    margin: 20px;
    padding-bottom: 20px;
    border: 2px solid;
    border-color: black;
    border-radius: 10px;
}

p {
    color: orange;
}

h3 {
    color: orange;
}

html {
    background-color: orange;
}

h1 {
    color: orange;
}

a {
    color: darkblue;
}

footer {
    color: darkblue;
    text-align: center;
}

nav a {
    color: orange;
    margin-left: 550px;
    font-size: large;
}

.onorange {
    color: darkblue;
}