a:link {
  text-decoration: none;
}
body {
    background-image: url(../img/ppr-smlss-pttrn.png);
    background-repeat: repeat;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
main {
    margin: 0 auto;
    width: 96%;
    max-width: 960px;
    display: flex;
    flex-direction: column;
}
header {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin-top: 6px;
}
header img {
    width: 95%;
}
header p {
    color: #415364;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: left;
    font-size: .875em;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.5;
}
header a {
    color: #415364;
    font-weight: 600;
}
header a:hover {
    color: #ccc;
}
header a:visited {
  text-decoration: none;
}
.primaryftrimg {
    width: 100%;
    max-width: 960px;
    height: auto;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 0 0 12px 0;
    display: block;
    border: 1px #fff solid;
}
.primaryftrimg img {
    width: 100%;
    align-content: middle;
    cursor: pointer;
}
.primaryftrimg p {
    color: #415364;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: left;
    font-size: 2em;
    text-align: left;
    text-justify: inter-word;
    line-height: 1.5;
    padding: .5% 4%;
}
.smllftrimgcontainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2% 0 4%;
}
.scndftrimg {
    width: 100%;
    height: auto;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 0 0 12px 0;
    display: block;
    border: 1px #fff solid;
    margin-right: 2rem;
}
.scndftrimg img {
    width: 100%;
    align-content: middle;
    cursor: pointer;
}
.scndftrimg p {
    color: #415364;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: left;
    font-size: 1em;
    text-align: left;
    text-justify: inter-word;
    line-height: 1.5;
    padding: .5% 4%;
}
.frstftrimg {
    width: 100%;
    height: auto;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 0 0 12px 0;
    display: block;
    border: 1px #fff solid;
}
.frstftrimg img {
    width: 100%;
    align-content: middle;
    cursor: pointer;
}
.frstftrimg p {
    color: #415364;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: left;
    font-size: 1em;
    text-align: left;
    text-justify: inter-word;
    line-height: 1.5;
    padding: .5% 4%;
    
}

@media screen and (max-width: 540px) {
    body {
        overflow-x: hidden;
      }
    .primaryftrimg p {
        font-size: 100%;
    }
    .scndftrimg p {
        font-size: 100%;
    }
    .frstftrimg p {
        font-size: 100%;
    }
    .smllftrimgcontainer {
        flex-direction: column;
    }
    .scndftrimg {
        margin-bottom: 2%;
        font-size
    }
}
