#container {
    background-color: white;
    width: 900px;
    margin: auto;
    text-align: center;
}

body {
    color: rgb(36, 2, 13);
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(166, 161, 194);
}

header h1 {
    color: rgb(100, 82, 109);
}

ul li {
    list-style: none;
}

ul li a {
    text-decoration: none;
}

a:link, a:visited {
    color: rgb(158, 131, 175);
}

a:hover, a:active {
    color: rgb(104, 72, 107);
}

h1, h2 {
    font-size: 1.5em;
}