@font-face {
    font-family: otsikko;
    src: url(Plaster/Plaster-Regular.ttf);
}
.kaikki {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 40px;
}
h1 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 45px;
    font-family: otsikko;
    font-weight: normal;
    text-shadow: -4px 2px rgba(0, 0, 0, 0.75);
    color: rgb(108, 221, 155);
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: whitesmoke;
}
table {
    border-collapse: collapse;
    margin-bottom: 1em;
    border: 2px solid rgb(102, 102, 102);
    width: 100%;
}
td, th {
    border: 1px solid rgb(102, 102, 102);
    padding: 0.2em 0.3em;
}
th {
    text-align: left;
    background-color: rgb(108, 221, 155);
}
td {
    vertical-align: top;
}
table p, table ul {
    margin-top: 0;
    margin-bottom: 0;
}
caption {
    font-style: italic;
}
.tympee {
    color: rgb(175, 175, 175);
}