body.page-template-text {
    background-attachment: fixed;
    background-image: linear-gradient(-170deg, #2376ae, #c16ecf);
    height: 100vh;
}

body.page-template-text nav {
    background-color: transparent;
}

body.page-template-text p, body.page-template-text li {
    font-size: 20px;
}

body.page-template-text :is(h1, h2) {
    text-shadow: 2px 2px 0 #1c5e8b;
    letter-spacing: 1px;
}

body.page-template-text h3 {
    font-size: 24px;
    margin-top: 30px;
    text-shadow: 2px 2px 0 #1c5e8b;
    letter-spacing: 1px;    
}