body{font-family: Arial, sans-serif;
background-color: hsl(61, 100%, 68%);}

table{
    border-collapse: collapse;
    margin-bottom: 2em;
    border: 2px hsl(0, 2%, 9%);
    width: 100%;
}

th{
    text-align: left;
    background-color: hsl(61, 100%, 68%);
}


td, th {border: 1px solid #0e0d0d;
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: #888;
}

.kaikki{max-width: 900px;
margin-left: auto;
margin-right: auto;
background-color: #fafafafa;
padding: 40px;}

h1{text-align: center;
margin-top: 0px;
margin-bottom: 35px;}


img {
   max-width: 100%;
   height: auto;
}
img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
