body { background-color: lemonchiffon;
    color: black;
    margin-bottom: 5%;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.5em;
}
nav a {
    display: inline;
    list-style-type: none;
    padding-top: 10%;
}    
nav a:hover {
    color: lightcoral;
}
nav a:visited {
    color: lightcoral;
}
#links a {
    display: block;
    list-style-type: none;
    text-decoration: none;
}
ul {
    text-align: right;
    list-style: none;
    margin-top: -35px;
}
ul li {
    display: inline-block;
    padding-left: 1.5em;
}
p {
    text-align:justify;
    font-size: 1em;
    padding-top: 1.5px;
}
h1 {
    padding-left: 1em;
    padding-right: 1em;
    color: plum;
    font-size: 1.4em;
    text-shadow: 2px 2px 4px palevioletred;
}
#image-left {
    float: left;
    margin: 25px;
}
#image-right {
    float: right;
    margin: 25px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 23%;
}
h2 {
    text-align: center;
}
@media only screen and (max-width: 64em) {
    body { background-color: lemonchiffon;
        color: black;
        margin-bottom: 5%;
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 5%;
        font-family: 'Times New Roman', Times, serif;
        font-size: 1.5em;
    }
    nav a {
        display: inline;
        list-style-type: none;
        padding-top: 10%;
    }    
    nav a:hover {
        color: lightcoral;
    }
    nav a:visited {
        color: lightcoral;
    }
    #links a {
        display: block;
        list-style-type: none;
        text-decoration: none;
    }
    ul {
        text-align: right;
        list-style: none;
        margin-top: -35px;
    }
    ul li {
        display: inline-block;
        padding-left: 1.5em;
    }
    p {
        text-align:justify;
        font-size: 1em;
        padding-top: 1.5px;
    }
    h1 {
        padding-left: 1em;
        padding-right: 1em;
        color: plum;
        font-size: 1.4em;
        text-shadow: 2px 2px 4px palevioletred;
    }
    #image-left {
        float: left;
        margin: 25px;
    }
    #image-right {
        float: right;
        margin: 25px;
    }
    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 23%;
    }
    h2 {
        text-align: center;
    }
}
@media only screen and (max-width: 37.5em) {
    body { background-color: lemonchiffon;
        color: black;
        margin-bottom: 5%;
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 5%;
        font-family: 'Times New Roman', Times, serif;
        font-size: 1.5em;
    }
    nav a {
        display: inline;
        list-style-type: none;
        padding-top: 10%;
    }    
    nav a:hover {
        color: lightcoral;
    }
    nav a:visited {
        color: lightcoral;
    }
    #links a {
        display: block;
        list-style-type: none;
        text-decoration: none;
    }
    ul {
        text-align: right;
        list-style: none;
        margin-top: -35px;
    }
    ul li {
        display: inline-block;
        padding-left: 1.5em;
    }
    p {
        text-align:justify;
        font-size: 1em;
        padding-top: 1.5px;
    }
    h1 {
        padding-left: 1em;
        padding-right: 1em;
        color: plum;
        font-size: 1.4em;
        text-shadow: 2px 2px 4px palevioletred;
    }
    #image-left {
        float: left;
        margin: 25px;
    }
    #image-right {
        float: right;
        margin: 25px;
    }
    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 23%;
    }
    h2 {
        text-align: center;
    }
}