﻿/*.page-content-wrapper::after {
        content: "";
        background-image: url('');
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.25;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        display: none;
    }*/

.override {
    font-size: 26px;
    font-family: 'Oswald',sans-serif;
    max-width: 400px;
    margin: auto;
    margin-top: 100px;
    /*padding: 50px 100px;*/
    padding: 0 20px;
    /*border: 1px solid black;*/
    /*background-color: white;*/
}

    .override .lineOne {
        text-align: left;
    }

        .override .lineOne .interesting {
            font-size: 2em;
            font-weight: bold;
            color: forestgreen;
            background: -webkit-linear-gradient(#0ef149, #2cd3c0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .override .lineTwo {
        line-height: 2.4em;
        font-size: 1.4em;
        text-align: right;
    }

@media (max-height: 400px) {
    .override { margin-top:25px}
}