@charset "utf-8";
html {
    background-color: black;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: azure;
    background-color: rgb(35, 39, 65);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header {
    text-align: center;
    padding: 3px;
}

header img {
    width: 100%;
}

h1 {
    text-shadow: rgb(0, 0, 0) 4px 6px 5px;
}

h2 {
    font-size: 1.3em;
    text-shadow: rgb(0, 0, 0) 4px 6px 5px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    display: block;
    width: 33.3%;
    float: left;
}

nav a {
    display: block;
    background-color: rgb(43, 54, 54);
    color: ivory;
    line-height: 2.8em;
    text-decoration: none;
    text-align: center;
}

nav a:hover {
    background-color: rgb(177, 110, 48);
    color: rgb(0, 0, 0);
    font-weight: bold;
}

main {
    padding: 20px;
    margin-top: 35px;
    margin-top: 70px;
}

p > a {
    text-decoration: none;
    color: rgb(177, 110, 48);
    font-weight: bold;
}

p > a:hover {
    text-decoration: underline;
    color: ivory;
    font-weight: bold;
}

main > img {
    width: 25%;
    padding: 25px;
    float: right;
}

body > footer {
    background-color: rgb(43, 54, 54);
    color: rgb(139, 139, 139);
    font-weight: bold;
    font-size: 0.9em;
    line-height: 3em;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
}

body > footer > a {
    text-decoration: none;
    color: rgb(177, 110, 48);
}

body > footer > a:hover {
    text-decoration: underline;
    color: ivory;
    font-weight: bold;
}
