body {
    font-family: "Times New Roman", Times, serif;
    color: blue;
    padding: 0;
    margin: 0 10% 0 20%;
    background: #ddffff
}
h1 {
    text-align: center;
    text-transform: uppercase;
}
h2 {
    text-align: center;
    color: green;
    margin: 1.5em 0;
}
h3 {
    text-indent: 5%;
    color: black;
}
p {
    font-style: italic;
}
em {
    font-style: normal;
}
dfn {
    border-color: black;
    border-style: dotted;
    border-width: 0 0 2px 0;
}
ul ul {
    list-style-type: disc;
}
input {
    position: absolute;
    right: 20%;
}
label {
    margin: 8%;
}
#sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    background: #c7efff;
}
#sidebar img {
    margin-left: 10%;
    border: none;
}
#sidebar ul {
    list-style-type: none;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 10%;
}
#sidebar li {
    padding-top: 1em;
}
#home img {
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
}
html>body #home img {
    position: fixed;
}
.nav a {
    color: black;
    font-style: normal;
}
.nav {
    text-align: center;
}
.modified {
    color: black;
    font-style: normal;
    text-align: right;
}
.poem {
    text-align: center;
    color: black;
}
.impolite {
    color: #900;
}
.piclist p {
    margin-right: 20%;
}
.piclist img {
    float: right;
    border-width: 0;
    margin-right: -10%;
}
.piclist h3 {
    text-align: center;
}
table.card {
    border-collapse: separate;
    border-spacing: 0.5em 0;
    border: 0.5em solid blue;
    background: white;
    margin-left: auto;
    margin-right: auto;
}
.card td {
    background: white;
    border-bottom: 1px dotted grey;
    padding-top: 0.5em;
    font-size: large;
    text-align: center;
}

