body{
    font-family: Arial, Helvetica, sans-serif;
    max-width: 700px;
    margin: auto;
    background-color: #f8ece0;
    line-height: 1.5;
    font-size: 20px;
}
h1 {
    font-size: 3em;
}

h2 {
    font-size: 1.8em;
}

h3{
    font-size: 1.2em;
    margin-bottom: 0;
}

p, ul {
    font-size: 1em;
    line-height: 1.5em;
}

p, h2, h3, td, th, li, blockquote{
    color: #032c36;
}

body > section{
    padding: 1em;
}

header{
    border-bottom: #112535 solid 1px;
}
header >h1{
    color: #0996b4;
}
footer {
    color: #112535;
    font-size: 0.9rem;
    text-align: center;
}

img{
    max-width: 600px;
    
}

td{
    padding: 15px;
}

table, td, th{
    border: #032c36 dotted;
    border-collapse: collapse;
}