h1 {
    font-family: sans-serif;
    font-size: 40px;
}

h2 {
    font-family: sans-serif;
}

h3 {
    font-family: sans-serif;
    font-weight: normal;
    line-height: 150%;
}

li {
    font-family: sans-serif;
    line-height: 150%;
    font-size: 20px;
}

body {
    vertical-align: middle;
    display: table-cell;
}

html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
    background-color: rgb(255, 246, 235);
}

img {
    max-width: 300px;
    padding: 50px;
    align-items:baseline;
}