body {
    background: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

header,
.body-copy {
    padding: 40px 50px;
    text-align: center;
    color: #fff;
}

header img {
    width: 600px;
    height: auto;
    max-width: 100%;
}

.show-for-sr {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.body-copy {
    padding-top: 0;
    max-width: 1000px;
    margin: 0 auto;
}


p {
    font-size: 18px;
}

p.leading-copy {
    font-size: 26px;
    font-weight: 600;
}

a {
    color: #fff;
    border-bottom: 2px solid #FFF036;
    text-decoration: none;
    
    &:hover {
        color: #FFF036;
    }
}