body {
    font-family: Arial, sans-serif;
    background-color: #E6DAC8;
    background-image: url(propellerhat.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

h1 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;

}

table {
    border-collapse: collapse;
    margin-bottom: 2em;
    border: 2px solid #755e49;
    width: 100%;
}

th {
    text-align: left;
    background-color: #CBB9A4;
}

td, th {
    border: 1px solid #A48D78;
    padding: 0.2em 0.4em;
}

td {
    vertical-align: top;
}
table p, table ul {
    margin-top: 0;
    margin-bottom: 0;

}
caption {
    font-style: italic;
}
.himmee {
    color: #929292;
}
.kaikki {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 40px;
}