    body {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        color: #333;
    }
    .wrapper {
        position: absolute;
        height: 80%;
        top: 20%;
        width: 90%;
    }
    .footer {
        font-size: 15px;
        height: 15px;
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 90%;
    }
    @media all and (max-width: 520px) {
        p.footer {
            display: none;
        }
    }
    @media all and (max-height: 520px){
         p.footer {
            display: none;
        }
    }
    article {
        float: left;
        width: 60%;
        padding-top: 6%;
    }
    .featuresBoxImg {
        float: left;
        margin-left: 10%;
        width: 30%;
    }
    .header {
        height: 200px;
        width: 100%;
        clear: both;
    }
    .ispecimenText {
        color: #014B8D;
    }
    .i {
        color: #018265;
    }
    a {
        color: #dc8100;
        text-decoration: none;
    }
    a:hover {
        color: #333;
        text-decoration: none;
    }