h1 {
    color: #dc5c32;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: -63px;
    text-align: center;
    text-transform: uppercase; 
    letter-spacing: -7px;
    font-size: 83px;
    font-family: 'Righteous', sans-serif;
}

h2 {
    color: rgb(53, 184, 151);
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    margin-bottom: -23px;
    margin-top: 161px;
    text-transform: uppercase; 
    letter-spacing: 4px;
    font-size: 25px;
    font-family: 'Codystar', cursive;
}

body {
    color:#9a9a9a;
    background-color: #261515;
    line-height: 1.7; 
    letter-spacing: 2.2px;
    font-size: 20px;
    font-family: 'Space Grotesk', sans-serif;
}

time {
    color: #324427;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    font-family: 'Space Grotesk', sans-serif;
}

ul {
    color: #dc5c32;
    margin-left: auto;
    margin-right: auto;
    max-width: 253px;
}

p {
    margin-top: 25px
}

span {
    color: #dc5c32
}

p, hr, strong {
    margin-left: auto;
    margin-right:auto;
    max-width: 600px; 
}

@font-face {
    font-family: 'Righteous';
    src: url('righteous-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('spacegrotesk-variablefont_wght-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Codystar';
    src: url('codystar-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}