* {
    font-family: courier;
    border: 1px dashed rgba(210,162,130,255);
}

body {
    padding-bottom: 200px;
    background-color: rgb(216,168,136);
    width: 900px;
    margin: auto;
}

h1 {
    font-size: 40px;
    margin-bottom: 4px;
    max-width: 800px;
}

h2 {
    font-size: 32px;
    margin-bottom: 4px;
    max-width: 800px;
}

th {
    text-align: left;
    margin-right: 16px;
}

td {
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-rigth: 16px;
}

p {
    max-width: 640px;
    text-align: justify;
}

table {
    width: 92%;
    display: flex;
    justify-content: space-between;
}

.header {
    margin-top: 32px;
    width: 92%;
    display: flex;
    justify-content: space-between;
}
.headerimg {
    height: 40px;
}