html {
     background-color: aliceblue;
     color:rgb(21, 12, 5);
     margin-left: 20%;
     margin-right: 20%;
     margin-top: 1%;
     font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

p {
     font-size: 1.3em;
     margin: 0.5em;
}
nav {
    text-align: center;
    display: flex;
    justify-content: center;
}
.head nav ul {
     display: flex;
     flex-direction: row;
     margin: 0;
     list-style-type: none;
     padding: 0;
     text-align: center;
}
.head nav ul li {
    list-style-type: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-align: center;
}

.image, .logo {
    text-align: center;
}

.callout {
    font-size: 0.9em;
}

.logo {
    margin-bottom: 1.2em;
   
}

.head {
    font-size: 1.2em;
    margin-bottom: 2em;
}

h2 {
    margin-top: 1.3em;
    margin-bottom: 0.6em;
}