h1 {
    color: rgb(0, 62, 0);
    line-height: 54px;
    font-size: 79px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Super Joyful";
}

h1 {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}

time {
    text-align: left;
    color: rgba(0, 0, 0, 0.74);
    line-height: 30px;
    font-size: 13px;
    font-family: sans-serif;
}

h2 {
    color: rgba(27, 33, 27, 0.24);
    font-size: 22px;
    line-height: 31px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

h2 {
  color: #003900;
  border: none;
  margin-top: 10px;
  padding: -6px;
}

strong {
    color: #2f392f;
    font-size: 14px;
    font-family: serif;
    margin-top: 5px;
}

body {
    background-color: rgba(104, 123, 111, 0.44);
    font-family: Arial, Helvetica, sans-serif;
    max-width: 78%;
    display: block;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    line-height: 21px;
}

p{
    margin-bottom: 45px;
}

@font-face {
    font-family: 'Super Joyful';
    src: url('SuperJoyful.woff2') format('woff2'),
        url('SuperJoyful.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

