html {
    font-family: Arial, sans-serif;
    color: #36454F;
}

body {
    display: grid;
    margin: 0px;
    background: cornsilk;
}

h1, h2, h3, h4, h5 {
    font-family: "PillGothic300mgBold", "Lucida Grande", Helvetica, Arial;
    color: #36454F;
}

a {
  text-decoration: none;
}

.content-wrapper {}

.content {
    padding: 10px 20px 0px 20px;
    font-size: 13px;
}

.header {
    font-weight: bold;
    text-transform: uppercase;
    color: brown;
}
