body {
    max-width: 75%;
    display: flex;
    justify-content: left;
    hyphens: auto;
    align-items: left;
    height: 50%;
    margin: 2em;
    background-color: #f0f0f0;
}

.container {
    text-align: left;
}

h1 {
    font-family: "campaign", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: xxx-large;
    line-height: 100%;
    color: #333;
}

h2 {
    font-family: "campaign", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: right;
    font-size: x-large;
    line-height: 100%;
    color: #333;
}

p {
    font-family: plantin, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    line-height: 120%;
    color: #666;
}

img {
    max-width: 95%;
    height: auto;
  }
